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

Commitd64f1cd

Browse files
Silence _bt_check_unique compiler warning.
Reported-By: Tom LaneDiscussion:https://postgr.es/m/841649.1592065060@sss.pgh.pa.us
1 parent8f5b596 commitd64f1cd

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
@@ -389,7 +389,7 @@ _bt_check_unique(Relation rel, BTInsertState insertstate, Relation heapRel,
389389
uint32*speculativeToken)
390390
{
391391
IndexTupleitup=insertstate->itup;
392-
IndexTuplecuritup;
392+
IndexTuplecuritup=NULL;
393393
ItemIdcuritemid;
394394
BTScanInsertitup_key=insertstate->itup_key;
395395
SnapshotDataSnapshotDirty;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp