Correct type of waitMode variable in ExecInsertIndexTuples().

Andres Freund <andres@anarazel.de>

Commit: f9dec81a5493bc31fdbbf69b5fafe0d4452a38f1
Author: Andres Freund <andres@anarazel.de>
Date: 2015-08-15T15:11:42Z
Releases: 9.6.0
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

Files

PathChange+/−
src/backend/executor/execIndexing.c modified +1 −1