aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/nbtree/nbtinsert.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/access/nbtree/nbtinsert.c b/src/backend/access/nbtree/nbtinsert.c
index 2c3656c1cd3..00df0e1b88f 100644
--- a/src/backend/access/nbtree/nbtinsert.c
+++ b/src/backend/access/nbtree/nbtinsert.c
@@ -2531,11 +2531,6 @@ _bt_newroot(Relation rel, Buffer lbuf, Buffer rbuf)
/*
* _bt_pgaddtup() -- add a data item to a particular page during split.
*
- * This routine adds the tuple to the page as requested. It does
- * not affect pin/lock status, but you'd better have a write lock
- * and pin on the target buffer! Don't forget to write and release
- * the buffer afterwards, either.
- *
* The difference between this routine and a bare PageAddItem call is
* that this code knows that the leftmost data item on an internal
* btree page has a key that must be treated as minus infinity.