aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHash.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2015-08-15 17:02:47 +0200
committerAndres Freund <andres@anarazel.de>2015-08-15 17:11:43 +0200
commit6942663d1bde1e6d6e6da38710d3e6aade900e63 (patch)
tree83d8ba23e2d61104a104457faf7ef9396def3c85 /src/backend/executor/nodeHash.c
parent32951f9aa9acfd4b6318f6daf39c3d1c10a264ba (diff)
downloadpostgresql-6942663d1bde1e6d6e6da38710d3e6aade900e63.tar.gz
postgresql-6942663d1bde1e6d6e6da38710d3e6aade900e63.zip
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
Diffstat (limited to 'src/backend/executor/nodeHash.c')
0 files changed, 0 insertions, 0 deletions