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

Commite915fed

Browse files
Correct obsolete unique index insertion comment.
Commitbc29293 failed to update a comment about unique indexchecking. _bt_insertonpg() is no longer responsible for finding aninsertion location while preventing conflicting insertions.
1 parent677da8c commite915fed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ _bt_doinsert(Relation rel, IndexTuple itup,
247247
* inserter can be making the check at one time. Furthermore, once we are
248248
* past the check we hold write locks continuously until we have performed
249249
* our insertion, so no later inserter can fail to see our insertion.
250-
* (This requires some care in_bt_insertonpg.)
250+
* (This requires some care in_bt_findinsertloc.)
251251
*
252252
* If we must wait for another xact, we release the lock while waiting,
253253
* and then must start over completely.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp