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