mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +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;
|
TransactionId xmin;
|
||||||
|
|
||||||
/* Check comments in lazy_scan_heap. */
|
/* Check comments in lazy_scan_prune. */
|
||||||
if (!HeapTupleHeaderXminCommitted(tuple.t_data))
|
if (!HeapTupleHeaderXminCommitted(tuple.t_data))
|
||||||
{
|
{
|
||||||
all_visible = false;
|
all_visible = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user