pgsql: Update obsolete nbtree deletion comments.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update obsolete nbtree deletion comments.
Date: 2021-09-25 22:07:04
Message-ID: E1mUFp2-0007Ux-HT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce2a86053380f7e82dc8318ac48a22a7ab266398

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-09-26 10:19:55 pgsql: Fix typos in docs
Previous Message Peter Geoghegan 2021-09-25 17:24:08 pgsql: vacuumlazy.c: Remove obsolete 'onecall' comment.