]> 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:32 +0000 (01:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 6 Aug 2007 01:38:32 +0000 (01:38 +0000)
commit6d1607dc3f83d1de9b4daeba2f0622e29cafc524
tree16d67e7e8db7ebdd36dd1ae15e92b4b5f390fc92
parentf99e72fa51d1a0de26dff3878832c9e2ed3f4f12
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