]> 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:40 +0000 (01:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Aug 2007 01:38:40 +0000 (01:38 +0000)
commitfbf9179a2758f721ed460f6503e36c56b82eef4c
treedfdf19fa9ca975e50d57d8e8288861b897338685
parent2e24f4af49ddf6ed4d05446c132b1e33415a26b2
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