mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Update obsolete reference in vacuumlazy.c.
Oversight in commit 7ab96cf6.
This commit is contained in:
parent
d91353f4b2
commit
02f9fd1294
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue