We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d5b249 commit 0692f29Copy full SHA for 0692f29
src/backend/executor/nodeModifyTable.c
@@ -947,9 +947,7 @@ lreplace:;
947
resultRelInfo, slot, estate);
948
949
/*
950
- * Check the constraints of the tuple. Note that we pass the same
951
- * slot for the orig_slot argument, because unlike ExecInsert(), no
952
- * tuple-routing is performed here, hence the slot remains unchanged.
+ * Check the constraints of the tuple
953
*/
954
if (resultRelationDesc->rd_att->constr || resultRelInfo->ri_PartitionCheck)
955
ExecConstraints(resultRelInfo, slot, estate);
0 commit comments