projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d78b0
)
Typo fix. "CVS" is not the same thing as "CSV".
author
Robert Haas
<rhaas@postgresql.org>
Wed, 22 Sep 2010 10:37:46 +0000
(06:37 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Wed, 22 Sep 2010 10:37:46 +0000
(06:37 -0400)
src/backend/commands/copy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/copy.c
b/src/backend/commands/copy.c
index d13313a1a1519fa5967af4561486ef97548e6733..44ed1136087d18cb64c5b7eaac02fb2d57aec27b 100644
(file)
--- a/
src/backend/commands/copy.c
+++ b/
src/backend/commands/copy.c
@@
-2654,7
+2654,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-C
VS
mode it is a
+ * considered an eof-of copy, while in non-C
SV
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,