diff options
author | Andres Freund | 2015-08-15 15:02:47 +0000 |
---|---|---|
committer | Andres Freund | 2015-08-15 15:11:42 +0000 |
commit | f9dec81a5493bc31fdbbf69b5fafe0d4452a38f1 (patch) | |
tree | 170e1a4e902fda15f3d7e2d7d56ef180c034e5c0 /src/tutorial | |
parent | 1d4bd77568493309914217251dce5bd51f4a72b7 (diff) |
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/tutorial')
0 files changed, 0 insertions, 0 deletions