]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix pg_restore to properly discard COPY data when trying to continue
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Feb 2006 20:59:06 +0000 (20:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 5 Feb 2006 20:59:06 +0000 (20:59 +0000)
commitf9ce97c5a11838444fd4f063a2568f8c3c8777a7
treea8b5e7714b9e748e0e2da3cdc0f798bc09dffbd0
parent3002acda433d5baf9dab7e2690a87996c6c87050
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
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_archiver.h
src/bin/pg_dump/pg_backup_db.c