File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -377,9 +377,6 @@ ExecComputeStoredGenerated(ResultRelInfo *resultRelInfo,
377377 *
378378 * INSERT queries may need a projection to filter out junk attrs in the tlist.
379379 *
380- * This is "one-time" for any given result rel, but we might touch
381- * more than one result rel in the course of a partitioned INSERT.
382- *
383380 * This is also a convenient place to verify that the
384381 * output of an INSERT matches the target table.
385382 */
@@ -447,7 +444,7 @@ ExecInitInsertProjection(ModifyTableState *mtstate,
447444 * identity info in the junk attrs.
448445 *
449446 * This is "one-time" for any given result rel, but we might touch more than
450- * one result rel in the course of a partitioned UPDATE, and each one needs
447+ * one result rel in the course of an inherited UPDATE, and each one needs
451448 * its own projection due to possible column order variation.
452449 *
453450 * This is also a convenient place to verify that the output of an UPDATE
You can’t perform that action at this time.
0 commit comments