From: Peter Geoghegan Date: Tue, 31 Aug 2021 23:35:01 +0000 (-0700) Subject: vacuumlazy.c: Correct prune state comment. X-Git-Tag: REL_15_BETA1~1579 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6320806ac3792a297f1c4eb149c3ddeda25d3930;p=thirdparty%2Fpostgresql.git vacuumlazy.c: Correct prune state comment. Oversight in commit 7ab96cf6b3. --- 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) {