pgsql: Remove obsolete nbtree LP_DEAD item comments. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove obsolete nbtree LP_DEAD item comments.
Date
Msg-id E1mfqab-0002ln-2j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove obsolete nbtree LP_DEAD item comments.

Comments above _bt_findinsertloc() that talk about LP_DEAD items are now
out of place.  We already discuss index tuple deletion at an earlier
point in the same comment block.

Oversight in commit d168b666.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4c6afd805b8db3492c8f409ecdba192d853fd571

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 3 ---
1 file changed, 3 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: Grant memory views to pg_read_all_stats.
Next
From: Michael Paquier
Date:
Subject: pgsql: doc: Fix link to SELinux user guide in sepgsql page