8000 Remove outdated comment in copy.c. · postgrespro/postgres_cluster@fb504c5 · GitHub
[go: up one dir, main page]

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

< 8000 /qbsearch-input>
Appearance settings

Commit fb504c5

Browse files
committed
Remove outdated comment in copy.c.
1 parent 2657283 commit fb504c5

File tree

1 fi 8000 le changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/backend/commands/copy.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3216,12 +3216,7 @@ CopyFrom(CopyState cstate)
32163216
}
32173217
else
32183218
{
3219-
/*
3220-
* Compute stored generated columns
3221-
*
3222-
* Switch memory context so that the new tuple is in the same
3223-
* context as the old one.
3224-
*/
3219+
/* Compute stored generated columns */
32253220
if (resultRelInfo->ri_RelationDesc->rd_att->constr &&
32263221
resultRelInfo->ri_RelationDesc->rd_att->constr->has_generated_stored)
32273222
ExecComputeStoredGenerated(estate, myslot);

0 commit comments

Comments
 (0)
0