Skip to content

Commit dba5a9d

Browse files
committed
Comment: COPY comment improvement
Etsuro Fujita
1 parent 3b97e68 commit dba5a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/copy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,8 +2199,8 @@ CopyFrom(CopyState cstate)
21992199
{
22002200
/*
22012201
* Reset the per-tuple exprcontext. We can only do this if the
2202-
* tuple buffer is empty (calling the context the per-tuple memory
2203-
* context is a bit of a misnomer now
2202+
* tuple buffer is empty. (Calling the context the per-tuple memory
2203+
* context is a bit of a misnomer now.)
22042204
*/
22052205
ResetPerTupleExprContext(estate);
22062206
}

0 commit comments

Comments
 (0)