]> granicus.if.org Git - postgresql/commitdiff
btbuild no longer calls _bt_doinsert(), update comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 26 Feb 2014 16:48:21 +0000 (18:48 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Wed, 26 Feb 2014 16:49:04 +0000 (18:49 +0200)
Peter Geoghegan

src/backend/access/nbtree/nbtinsert.c

index 91407499981a38ba8b4283c04fa0a8b99332fd4b..5f7953f5b38a7632af871ad5d4ab8b0adba4880d 100644 (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.
  *
- *             This routine is called by the public interface routines, btbuild
- *             and btinsert.  By here, itup is filled in, including the TID.
+ *             This routine is called by the public interface routine, btinsert.
+ *             By here, itup is filled in, including the TID.
  *
  *             If checkUnique is UNIQUE_CHECK_NO or UNIQUE_CHECK_PARTIAL, this
  *             will allow duplicates.  Otherwise (UNIQUE_CHECK_YES or