Skip to content

Commit 0d46771

Browse files
committed
1 parent 4573f6a commit 0d46771

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/backend/executor/nodeModifyTable.c

+1-4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)