Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00976f2

Browse files
committed
btbuild no longer calls _bt_doinsert(), update comment.
Peter Geoghegan
1 parent486ea0b commit00976f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/nbtree/nbtinsert.c

Lines changed: 2 additions & 2 deletions
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 interfaceroutines, btbuild
87-
*and btinsert.By here, itup is filled in, including the TID.
86+
*This routine is called by the public interfaceroutine, 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)

[8]ページ先頭

©2009-2025 Movatter.jp