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)
commit83f59d90d43aff80820d1463af30c106f03db786
treec7cc4875902c165bdd33a414d8876ac869c4b8b9
parent016a4f56e4fce9416d322270632c83c7e9b0addc
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