Commit dba5a9dd authored by Bruce Momjian's avatar Bruce Momjian

Comment: COPY comment improvement

Etsuro Fujita
parent 3b97e682
...@@ -2199,8 +2199,8 @@ CopyFrom(CopyState cstate) ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment