Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 00976f2

Browse files
committed
btbuild no longer calls _bt_doinsert(), update comment.
Peter Geoghegan
1 parent 486ea0b commit 00976f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/nbtree/nbtinsert.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ static void _bt_vacuum_one_page(Relation rel, Buffer buffer, Relation heapRel);
8383
/*
8484
* _bt_doinsert() -- Handle insertion of a single index tuple in the tree.
8585
*
86-
* This routine is called by the public interface routines, btbuild
87-
* and btinsert. By here, itup is filled in, including the TID.
86+
* This routine is called by the public interface routine, btinsert.
87+
* By here, itup is filled in, including the TID.
8888
*
8989
* If checkUnique is UNIQUE_CHECK_NO or UNIQUE_CHECK_PARTIAL, this
9090
* will allow duplicates. Otherwise (UNIQUE_CHECK_YES or

0 commit comments

Comments
 (0)