]> granicus.if.org Git - postgresql/commit
Fix pg_restore to guard against unexpected EOF while reading an archive file.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Aug 2007 01:38:24 +0000 (01:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Aug 2007 01:38:24 +0000 (01:38 +0000)
commitf614a2b50842c5ced90cd5c5af802684028510a9
treef65d753b8d32c3080d6bcc160be4cd133a40a35e
parentfffafc5dca40ceca6912facca47c2e78e7e7c7e6
Fix pg_restore to guard against unexpected EOF while reading an archive file.
Per report and partial patch from Chad Wagner.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_custom.c
src/bin/pg_dump/pg_backup_files.c
src/bin/pg_dump/pg_backup_tar.c