pgsql: Add regression test for consecutive newlines in COPY CSV mode. - Mailing list pgsql-committers

From neilc@svr1.postgresql.org (Neil Conway)
Subject pgsql: Add regression test for consecutive newlines in COPY CSV mode.
Date
Msg-id 20050513063341.0F9F75382D@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Add regression test for consecutive newlines in COPY CSV mode. (There is
no bug related to this functionality in HEAD, but it's worth adding a test
for anyway.) From Andrew Dunstan.

Modified Files:
--------------
    pgsql/src/test/regress/expected:
        copy2.out (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/copy2.out.diff?r1=1.20&r2=1.21)
    pgsql/src/test/regress/sql:
        copy2.sql (r1.11 -> r1.12)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/copy2.sql.diff?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: andrewsn@pgfoundry.org (User Andrewsn)
Date:
Subject: newsysviews - newsysview: add permissions grants
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix bug in COPY CSV mode: handle consecutive embedded newlines in