Fix pg_restore to handle the 'set max oid' entry correctly in archives
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.c | modified | +13 −1 |
| src/bin/pg_dump/pg_backup_db.c | modified | +194 −161 |