mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Update obsolete reference in vacuumlazy.c.
Oversight in commit 7ab96cf6
.
This commit is contained in:
parent
d91353f4b2
commit
02f9fd1294
@ -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 New Issue
Block a user