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

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 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy