diff options
Diffstat (limited to 'src/backend/commands/copy.c')
| -rw-r--r-- | src/backend/commands/copy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 4e95a8315ce..a6e1d354360 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2632,7 +2632,7 @@ CopyReadLineText(CopyState cstate)  				 * something other than a period.  In non-CSV mode, anything  				 * after a backslash is special, so we skip over that second  				 * character too.  If we didn't do that \\. would be -				 * considered an eof-of copy, while in non-CVS mode it is a +				 * considered an eof-of copy, while in non-CSV mode it is a  				 * literal backslash followed by a period.	In CSV mode,  				 * backslashes are not special, so we want to process the  				 * character after the backslash just like a normal character,  | 
