Update obsolete nbtree deletion comments.

Peter Geoghegan <pg@bowt.ie>

Commit: ce2a86053380f7e82dc8318ac48a22a7ab266398
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-09-25T22:05:56Z
Releases: 15.0
Update obsolete nbtree deletion comments.

_bt_delitems_delete() is no longer the high-level entry point used by
index tuple deletion driven by index tuples whose LP_DEAD bits are set
(now called "simple index tuple deletion").  It became a lower level
routine that's only called by _bt_delitems_delete_check() following
commit d168b66682.

Files

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