Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d46771

Browse files
committed
1 parent4573f6a commit0d46771

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

‎src/backend/executor/nodeModifyTable.c

Lines changed: 1 addition & 4 deletions
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 ofa partitioned UPDATE, and each one needs
447+
* one result rel in the course ofan 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)

[8]ページ先頭

©2009-2025 Movatter.jp