]> 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:57 +0000 (01:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Aug 2007 01:38:57 +0000 (01:38 +0000)
commit99fa5f458c210c05dd1bb8fdf603f0acc22a0a12
treeb9fc6ba4e3913fbeb62b2177d63157e3fc77c8b4
parent681690f4e374d88877ea2f4de1baa04f780abd8e
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