Typo fix. "CVS" is not the same thing as "CSV".

This commit is contained in:
Robert Haas 2010-09-22 06:37:46 -04:00
父節點 38d78b0f41
當前提交 01003ec3bc
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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-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,