Cleaner solution to the problem of loading pre-7.3 dumps containing

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

Commit: e0a1ee205333ea83604dd3a042f5c53cfc759b9d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-01T22:06:59Z
Releases: 7.4.1
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

PathChange+/−
src/bin/pg_dump/pg_backup_archiver.c modified +1 −98
src/bin/pg_dump/pg_backup_db.c modified +39 −10