]> 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:42 +0000 (17:11 +0200)
commitf9dec81a5493bc31fdbbf69b5fafe0d4452a38f1
tree170e1a4e902fda15f3d7e2d7d56ef180c034e5c0
parent1d4bd77568493309914217251dce5bd51f4a72b7
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