mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Remove outdated comment in copy.c.
This commit is contained in:
@ -3216,12 +3216,7 @@ CopyFrom(CopyState cstate)
|
||||
}
|
||||
else
|
||||
{
|
||||
/*
|
||||
* Compute stored generated columns
|
||||
*
|
||||
* Switch memory context so that the new tuple is in the same
|
||||
* context as the old one.
|
||||
*/
|
||||
/* Compute stored generated columns */
|
||||
if (resultRelInfo->ri_RelationDesc->rd_att->constr &&
|
||||
resultRelInfo->ri_RelationDesc->rd_att->constr->has_generated_stored)
|
||||
ExecComputeStoredGenerated(estate, myslot);
|
||||
|
Reference in New Issue
Block a user