Fix pg_restore to handle the 'set max oid' entry correctly in archives

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bb698c25c70153a71a63a9e3925350b444322085
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-01-18T17:13:51Z
Releases: 7.2.1
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.

Files

PathChange+/−
src/bin/pg_dump/pg_backup_archiver.c modified +13 −1
src/bin/pg_dump/pg_backup_db.c modified +194 −161