| From: | tgl(at)postgresql(dot)org (Tom Lane) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Fix pg_restore to properly discard COPY data when trying to |
| Date: | 2006-02-05 20:59:06 |
| Message-ID: | 20060205205906.B67B49DCAC3@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2006-02-06 02:23:07 | pgsql: Fix PQprint HTML tag, "centre" -> "center". |
| Previous Message | Tom Lane | 2006-02-05 20:58:57 | pgsql: Fix pg_restore to properly discard COPY data when trying to |