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

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

Commit: af30b9561841ccbeb1adb7fe7e8d15635a29211d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-02-01T22:07:14Z
Releases: 7.3.2
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 +2 −2
src/bin/pg_dump/pg_backup_db.c modified +39 −10