Update heap_page_prune() free space map comments.
authorPeter Geoghegan <pg@bowt.ie>
Thu, 11 Nov 2021 21:42:17 +0000 (13:42 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Thu, 11 Nov 2021 21:42:17 +0000 (13:42 -0800)
commit42f9427aa98a2245d29737e0f3b8aaf39a7f57ec
tree72107f65b8a3509d8c94fe0120c50c3ed843340a
parenteb9baef8e92adf81c6adbe44f1d67878d850bff7
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.
src/backend/access/heap/pruneheap.c