aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-12-17 12:51:16 -0500
committerBruce Momjian <bruce@momjian.us>2013-12-17 12:51:16 -0500
commitdba5a9dda9adbda16a72c46e1c012ee6552c248a (patch)
tree2bcbea0d5b9980e1085c42a4b5960888730fb433 /src
parent3b97e6823b949624afdc3ce4c92b29a80429715f (diff)
downloadpostgresql-dba5a9dda9adbda16a72c46e1c012ee6552c248a.tar.gz
postgresql-dba5a9dda9adbda16a72c46e1c012ee6552c248a.zip
Comment: COPY comment improvement
Etsuro Fujita
Diffstat (limited to 'src')
-rw-r--r--src/backend/commands/copy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c
index 0fa83a6e2fd..9336aa20882 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);
}