Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01003ec

Browse files
committed
Typo fix. "CVS" is not the same thing as "CSV".
1 parent 38d78b0 commit 01003ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/copy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2654,7 +2654,7 @@ CopyReadLineText(CopyState cstate)
26542654
* something other than a period. In non-CSV mode, anything
26552655
* after a backslash is special, so we skip over that second
26562656
* character too. If we didn't do that \\. would be
2657-
* considered an eof-of copy, while in non-CVS mode it is a
2657+
* considered an eof-of copy, while in non-CSV mode it is a
26582658
* literal backslash followed by a period. In CSV mode,
26592659
* backslashes are not special, so we want to process the
26602660
* character after the backslash just like a normal character,

0 commit comments

Comments
 (0)