Skip to content

Commit 4c6afd8

Browse files
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 d168b66.
1 parent 77ea4f9 commit 4c6afd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/access/nbtree/nbtinsert.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -807,9 +807,6 @@ _bt_check_unique(Relation rel, BTInsertState insertstate, Relation heapRel,
807807
* If insertstate contains cached binary search bounds, we will take
808808
* advantage of them. This avoids repeating comparisons that we made in
809809
* _bt_check_unique() already.
810-
*
811-
* If there is not enough room on the page for the new tuple, we try to
812-
* make room by removing any LP_DEAD tuples.
813810
*/
814811
static OffsetNumber
815812
_bt_findinsertloc(Relation rel,

0 commit comments

Comments
 (0)