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

Commit6942663

Browse files
committed
Correct type of waitMode variable in ExecInsertIndexTuples().
It was a bool, even though it should be CEOUC_WAIT_MODE. That's unlikelyto have a negative effect with the current definition of bool (char),but it's definitely wrong.Discussion: 20150812084351.GD8470@awork2.anarazel.deBackpatch: 9.5, where ON CONFLICT was merged
1 parent32951f9 commit6942663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/executor/execIndexing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ ExecInsertIndexTuples(TupleTableSlot *slot,
405405
if (indexInfo->ii_ExclusionOps!=NULL)
406406
{
407407
boolviolationOK;
408-
boolwaitMode;
408+
CEOUC_WAIT_MODEwaitMode;
409409

410410
if (noDupErr)
411411
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp