We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent486ea0b commit00976f2Copy full SHA for 00976f2
src/backend/access/nbtree/nbtinsert.c
@@ -83,8 +83,8 @@ static void _bt_vacuum_one_page(Relation rel, Buffer buffer, Relation heapRel);
83
/*
84
*_bt_doinsert() -- Handle insertion of a single index tuple in the tree.
85
*
86
- *This routine is called by the public interfaceroutines, btbuild
87
- *and btinsert.By here, itup is filled in, including the TID.
+ *This routine is called by the public interfaceroutine, btinsert.
+ *By here, itup is filled in, including the TID.
88
89
*If checkUnique is UNIQUE_CHECK_NO or UNIQUE_CHECK_PARTIAL, this
90
*will allow duplicates.Otherwise (UNIQUE_CHECK_YES or