btbuild no longer calls _bt_doinsert(), update comment.

Peter Geoghegan
This commit is contained in:
Heikki Linnakangas 2014-02-26 18:48:21 +02:00
parent 486ea0b19e
commit 00976f202c

View File

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