]> granicus.if.org Git - postgresql/commit
Fix pg_restore to handle the 'set max oid' entry correctly in archives
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Jan 2002 17:13:51 +0000 (17:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Jan 2002 17:13:51 +0000 (17:13 +0000)
commitbb698c25c70153a71a63a9e3925350b444322085
tree2388ea5350158a55d751ae7f05ece7dd5a8e7da8
parent3dfe80243c5ccf00e27dfa03a8d7e61279175503
Fix pg_restore to handle the 'set max oid' entry correctly in archives
dumped by pg_dump -o.  Per bug report posted by Bruce; fix is from
Philip Warner, reviewed by Tom Lane.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_db.c