projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b97e68
)
Comment: COPY comment improvement
author
Bruce Momjian
<bruce@momjian.us>
Tue, 17 Dec 2013 17:51:16 +0000
(12:51 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 17 Dec 2013 17:51:16 +0000
(12:51 -0500)
Etsuro Fujita
src/backend/commands/copy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/copy.c
b/src/backend/commands/copy.c
index 0fa83a6e2fd84fb92a8cf4e3a081011a6cc9cb53..9336aa2088269703486896633a443ef16c3f3bc8 100644
(file)
--- 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
(c
alling the context the per-tuple memory
- * context is a bit of a misnomer now
+ * tuple buffer is empty
. (C
alling the context the per-tuple memory
+ * context is a bit of a misnomer now
.)
*/
ResetPerTupleExprContext(estate);
}