aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/heap/vacuumlazy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/heap/vacuumlazy.c')
-rw-r--r--src/backend/access/heap/vacuumlazy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/heap/vacuumlazy.c b/src/backend/access/heap/vacuumlazy.c
index 19d8276de2c..1cc97c6cc88 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)
{