|
|
@ -535,8 +535,8 @@ ExecCheckIndexConstraints(TupleTableSlot *slot, |
|
|
|
|
|
|
|
|
|
|
|
if (!indexRelation->rd_index->indimmediate) |
|
|
|
if (!indexRelation->rd_index->indimmediate) |
|
|
|
ereport(ERROR, |
|
|
|
ereport(ERROR, |
|
|
|
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED), |
|
|
|
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), |
|
|
|
errmsg("ON CONFLICT does not support deferred unique constraints/exclusion constraints as arbiters"), |
|
|
|
errmsg("ON CONFLICT does not support deferrable unique constraints/exclusion constraints as arbiters"), |
|
|
|
errtableconstraint(heapRelation, |
|
|
|
errtableconstraint(heapRelation, |
|
|
|
RelationGetRelationName(indexRelation)))); |
|
|
|
RelationGetRelationName(indexRelation)))); |
|
|
|
|
|
|
|
|
|
|
|