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: [email protected] Backpatch: 9.5, where ON CONFLICT was merged Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/6942663d1bde1e6d6e6da38710d3e6aade900e63 Modified Files -------------- src/backend/executor/execIndexing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
