]> granicus.if.org Git - postgresql/commit
Fix bug in COPY CSV mode: handle consecutive embedded newlines in COPY
authorNeil Conway <neilc@samurai.com>
Fri, 13 May 2005 06:35:25 +0000 (06:35 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 13 May 2005 06:35:25 +0000 (06:35 +0000)
commit9ac4af684737f9c20ba60eda67ac41c41d41ea3e
treed0e7971b3b08a67be9f38d30d0d292c494d8b4ea
parent928d269abf2dd3e6f7832f6592ebfdd4f1fe70a4
Fix bug in COPY CSV mode: handle consecutive embedded newlines in COPY
input. Also add a regression test for this bug. From Andrew Dunstan.
src/backend/commands/copy.c
src/test/regress/expected/copy2.out
src/test/regress/sql/copy2.sql