Comment: COPY comment improvement

Etsuro Fujita
pull/6/head
Bruce Momjian 12 years ago
parent 3b97e6823b
commit dba5a9dda9
  1. 4
      src/backend/commands/copy.c

@ -2199,8 +2199,8 @@ CopyFrom(CopyState cstate)
{ {
/* /*
* Reset the per-tuple exprcontext. We can only do this if the * Reset the per-tuple exprcontext. We can only do this if the
* tuple buffer is empty (calling the context the per-tuple memory * tuple buffer is empty. (Calling the context the per-tuple memory
* context is a bit of a misnomer now * context is a bit of a misnomer now.)
*/ */
ResetPerTupleExprContext(estate); ResetPerTupleExprContext(estate);
} }

Loading…
Cancel
Save