From: Bruce Momjian Date: Tue, 17 Dec 2013 17:51:16 +0000 (-0500) Subject: Comment: COPY comment improvement X-Git-Tag: REL9_4_BETA1~778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dba5a9dda9adbda16a72c46e1c012ee6552c248a;p=postgresql Comment: COPY comment improvement Etsuro Fujita --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 0fa83a6e2f..9336aa2088 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2199,8 +2199,8 @@ CopyFrom(CopyState cstate) { /* * Reset the per-tuple exprcontext. We can only do this if the - * tuple buffer is empty (calling the context the per-tuple memory - * context is a bit of a misnomer now + * tuple buffer is empty. (Calling the context the per-tuple memory + * context is a bit of a misnomer now.) */ ResetPerTupleExprContext(estate); }