pgsql: Update heap_page_prune() free space map comments. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Update heap_page_prune() free space map comments.
Date
Msg-id E1mlHqx-0001n6-5B@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update heap_page_prune() free space map comments.

It is up to the heap_page_prune() caller to decide what to do about
updating the FSM for a page following pruning.  Update old comments that
address what we might want to do as if it was the responsibility of
heap_page_prune() itself.  heap_page_prune() doesn't have enough
high-level context to make a sensible choice.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/42f9427aa98a2245d29737e0f3b8aaf39a7f57ec

Modified Files
--------------
src/backend/access/heap/pruneheap.c | 25 ++++++++-----------------
1 file changed, 8 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Update another obsolete reference in vacuumlazy.c.
Next
From: Noah Misch
Date:
Subject: pgsql: Report any XLogReadRecord() error in XlogReadTwoPhaseData().