pgsql: Fix pg_restore to properly discard COPY data when trying to - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix pg_restore to properly discard COPY data when trying to
Date
Msg-id 20060205205906.B67B49DCAC3@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix pg_restore to properly discard COPY data when trying to continue
after an error in a COPY statement.  Formerly it thought the COPY data
was SQL commands, and got quite confused.

Stephen Frost

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.101.4.8 -> r1.101.4.9)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.101.4.8&r2=1.101.4.9)
        pg_backup_archiver.h (r1.62.4.1 -> r1.62.4.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.h.diff?r1=1.62.4.1&r2=1.62.4.2)
        pg_backup_db.c (r1.61.4.1 -> r1.61.4.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_db.c.diff?r1=1.61.4.1&r2=1.61.4.2)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix pg_restore to properly discard COPY data when trying to
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix PQprint HTML tag, "centre" -> "center".