File tree 1 file changed +1
-4
lines changed
1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -377,9 +377,6 @@ ExecComputeStoredGenerated(ResultRelInfo *resultRelInfo,
377
377
*
378
378
* INSERT queries may need a projection to filter out junk attrs in the tlist.
379
379
*
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
- *
383
380
* This is also a convenient place to verify that the
384
381
* output of an INSERT matches the target table.
385
382
*/
@@ -447,7 +444,7 @@ ExecInitInsertProjection(ModifyTableState *mtstate,
447
444
* identity info in the junk attrs.
448
445
*
449
446
* 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
451
448
* its own projection due to possible column order variation.
452
449
*
453
450
* 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