Update obsolete reference in vacuumlazy.c.

Oversight in commit 7ab96cf6.
This commit is contained in:
Peter Geoghegan 2021-11-05 23:38:07 -07:00
parent d91353f4b2
commit 02f9fd1294
1 changed files with 1 additions and 1 deletions

View File

@ -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;