From 6320806ac3792a297f1c4eb149c3ddeda25d3930 Mon Sep 17 00:00:00 2001 From: Peter Geoghegan Date: Tue, 31 Aug 2021 16:35:01 -0700 Subject: [PATCH] vacuumlazy.c: Correct prune state comment. Oversight in commit 7ab96cf6b3. --- src/backend/access/heap/vacuumlazy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/heap/vacuumlazy.c b/src/backend/access/heap/vacuumlazy.c index 19d8276de2..1cc97c6cc8 100644 --- a/src/backend/access/heap/vacuumlazy.c +++ b/src/backend/access/heap/vacuumlazy.c @@ -2038,7 +2038,7 @@ retry: /* * Now save details of the LP_DEAD items from the page in the dead_tuples - * array. Also record that page has dead items in per-page prunestate. + * array */ if (lpdead_items > 0) {