On Fri, Nov 12, 2021 at 3:47 PM Peter Geoghegan <pg(at)bowt(dot)ie> wrote:
> Overall, we are *guaranteed* to only call heap_prune_record_unused()
> at most once per tuple with storage. I believe that this is a small
> reduction, since HEAD will do the maybe-aborted precheck call to
> heap_prune_record_unused() before anything else.
This is copy-pasta. I meant heap_prune_satisfies_vacuum(), not
heap_prune_record_unused().
--
Peter Geoghegan