- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit6942663
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 merged1 parent32951f9 commit6942663
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 |
| - | |
| 408 | + | |
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
|
0 commit comments
Comments
(0)