Update nbtree LP_DEAD item deletion comments.

Peter Geoghegan <pg@bowt.ie>

Commit: fe97c61c8777858cc1a271e657a7d812e100ef00
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2019-12-23T03:57:35Z
Releases: 13.0
Update nbtree LP_DEAD item deletion comments.

Comments about the consequences of clearing the BTP_HAS_GARBAGE page
flag bit that apply only to VACUUM were added to code that deals with
opportunistic deletion of LP_DEAD items by commit a760893d.  The same
comment block was added to both _bt_delitems_vacuum() and
_bt_delitems_delete().  Correct _bt_delitems_delete()'s copy of the
comment block.

_bt_delitems_delete() reliably deletes items that were found by caller
to have their LP_DEAD bit set.  There is no question about whether or
not unsetting the BTP_HAS_GARBAGE bit can miss some LP_DEAD items that
were set recently.

Also tweak a related section of the nbtree README.

Files

PathChange+/−
src/backend/access/nbtree/nbtpage.c modified +2 −9
src/backend/access/nbtree/README modified +4 −4