mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Update obsolete reference in vacuumlazy.c.
Oversight in commit 7ab96cf6
.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user