From: Peter Geoghegan Date: Sat, 6 Nov 2021 06:38:07 +0000 (-0700) Subject: Update obsolete reference in vacuumlazy.c. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=02f9fd129432cab565b2a3cb9f3b3a5000dfe540;p=users%2Fc2main%2Fpostgres.git Update obsolete reference in vacuumlazy.c. Oversight in commit 7ab96cf6. --- diff --git a/src/backend/access/heap/vacuumlazy.c b/src/backend/access/heap/vacuumlazy.c index 716af22e5b..558cc88a08 100644 --- a/src/backend/access/heap/vacuumlazy.c +++ b/src/backend/access/heap/vacuumlazy.c @@ -3673,7 +3673,7 @@ heap_page_is_all_visible(LVRelState *vacrel, Buffer buf, { TransactionId xmin; - /* Check comments in lazy_scan_heap. */ + /* Check comments in lazy_scan_prune. */ if (!HeapTupleHeaderXminCommitted(tuple.t_data)) { all_visible = false;