| 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:58:47 |
| Message-ID: | 20060205205847.0CBB99DC880@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
Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.119 -> r1.120)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c.diff?r1=1.119&r2=1.120)
pg_backup_archiver.h (r1.68 -> r1.69)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.h.diff?r1=1.68&r2=1.69)
pg_backup_db.c (r1.66 -> r1.67)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_db.c.diff?r1=1.66&r2=1.67)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-02-05 20:58:57 | pgsql: Fix pg_restore to properly discard COPY data when trying to |
| Previous Message | Bruce Momjian | 2006-02-05 18:19:33 | pgsql: Fix typo in configuration docs. |