[COMMITTERS] pgsql: Fix failure to handle conflicts in non-arbiter exclusion constra

2016-07-04 Thread Tom Lane
Fix failure to handle conflicts in non-arbiter exclusion constraints. ExecInsertIndexTuples treated an exclusion constraint as subject to noDupErr processing even when it was not listed in arbiterIndexes, and would therefore not error out for a conflict in such a constraint, instead returning it a

[COMMITTERS] pgsql: Fix failure to handle conflicts in non-arbiter exclusion constra

2016-07-04 Thread Tom Lane
Fix failure to handle conflicts in non-arbiter exclusion constraints. ExecInsertIndexTuples treated an exclusion constraint as subject to noDupErr processing even when it was not listed in arbiterIndexes, and would therefore not error out for a conflict in such a constraint, instead returning it a