]> granicus.if.org Git - postgresql/commit
Correct type of waitMode variable in ExecInsertIndexTuples().
authorAndres Freund <andres@anarazel.de>
Sat, 15 Aug 2015 15:02:47 +0000 (17:02 +0200)
committerAndres Freund <andres@anarazel.de>
Sat, 15 Aug 2015 15:11:43 +0000 (17:11 +0200)
commit6942663d1bde1e6d6e6da38710d3e6aade900e63
tree83d8ba23e2d61104a104457faf7ef9396def3c85
parent32951f9aa9acfd4b6318f6daf39c3d1c10a264ba
Correct type of waitMode variable in ExecInsertIndexTuples().

It was a bool, even though it should be CEOUC_WAIT_MODE. That's unlikely
to have a negative effect with the current definition of bool (char),
but it's definitely wrong.

Discussion: 20150812084351.GD8470@awork2.anarazel.de
Backpatch: 9.5, where ON CONFLICT was merged
src/backend/executor/execIndexing.c