File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -1162,13 +1162,10 @@ lreplace:;
11621162 }
11631163
11641164 /*
1165- * Check the constraints of the tuple. Note that we pass the same
1166- * slot for the orig_slot argument, because unlike ExecInsert(), no
1167- * tuple-routing is performed here, hence the slot remains unchanged.
1168- * We've already checked the partition constraint above; however, we
1169- * must still ensure the tuple passes all other constraints, so we
1170- * will call ExecConstraints() and have it validate all remaining
1171- * checks.
1165+ * Check the constraints of the tuple. We've already checked the
1166+ * partition constraint above; however, we must still ensure the tuple
1167+ * passes all other constraints, so we will call ExecConstraints() and
1168+ * have it validate all remaining checks.
11721169 */
11731170 if (resultRelationDesc -> rd_att -> constr )
11741171 ExecConstraints (resultRelInfo , slot , estate , false);
You can’t perform that action at this time.
0 commit comments