Remove outdated comment in copy.c.

pull/41/head
Andres Freund 7 years ago
parent 2657283256
commit fb504c5e4b
  1. 7
      src/backend/commands/copy.c

@ -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);

Loading…
Cancel
Save