pgsql: Make heap_page_is_all_visible independent of LVRelState - Mailing list pgsql-committers

From Melanie Plageman
Subject pgsql: Make heap_page_is_all_visible independent of LVRelState
Date
Msg-id E1v8mpE-001iaX-1l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make heap_page_is_all_visible independent of LVRelState

This function only requires a few fields from LVRelState, so pass them
in individually.

This change allows calling heap_page_is_all_visible() from code such as
pruneheap.c, which does not have access to an LVRelState.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reviewed-by: Kirill Reshke <reshkekirill@gmail.com>
Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/2wk7jo4m4qwh5sn33pfgerdjfujebbccsmmlownybddbh6nawl%40mdyyqpqzxjek

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3e4705484e0c64c7e90d5cc697a9aaf474287d0d

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 60 +++++++++++++++++++++++-------------
1 file changed, 38 insertions(+), 22 deletions(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: pgsql: Inline TransactionIdFollows/Precedes[OrEquals]()
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Revert "pg_createsubscriber: Add log message when no publication