Cleaner solution to the problem of loading pre-7.3 dumps containing
Tom Lane <tgl@sss.pgh.pa.us>
Cleaner solution to the problem of loading pre-7.3 dumps containing columns of type lo (see contrib/lo). Rather than hacking the function definitions on-the-fly, just modify the queries issued by FixupBlobRefs so that they work even if CREATE CAST hasn't been issued.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_backup_archiver.c | modified | +1 −98 |
| src/bin/pg_dump/pg_backup_db.c | modified | +39 −10 |