Minor comment improvement
Started by Etsuro Fujitaabout 12 years ago2 messages
This is a small patch a bit improving a comment in
src/backend/commands/copy.c.
Thanks,
Best regards,
Etsuro Fujita
Attachments:
copy-comment.patchapplication/octet-stream; name=copy-comment.patchDownload
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c
index 0fa83a6..9336aa2 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);
}
Re: Minor comment improvement
On Fri, Dec 13, 2013 at 06:53:02PM +0900, Etsuro Fujita wrote:
This is a small patch a bit improving a comment in
src/backend/commands/copy.c.
Thanks, applied.
--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers