Update heap_page_prune() free space map comments.

Peter Geoghegan <pg@bowt.ie>

Commit: 42f9427aa98a2245d29737e0f3b8aaf39a7f57ec
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-11-11T21:42:17Z
Releases: 15.0
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.

Files

PathChange+/−
src/backend/access/heap/pruneheap.c modified +8 −17