]> granicus.if.org Git - postgresql/commit
Cleaner solution to the problem of loading pre-7.3 dumps containing
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Feb 2003 22:07:14 +0000 (22:07 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Feb 2003 22:07:14 +0000 (22:07 +0000)
commitaf30b9561841ccbeb1adb7fe7e8d15635a29211d
tree56371be01a2aa2c6189801d953837d40069bfa85
parent90ad65a8ab1ece173d5e1edfad0f79c8985f64b0
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.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_db.c