]> granicus.if.org Git - postgresql/commit
Recent patch to dump nondefault attstorage settings broke pg_dump for
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jul 2003 21:02:52 +0000 (21:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 25 Jul 2003 21:02:52 +0000 (21:02 +0000)
commitb92d055b56b0030d5cee11d51a13cbb2b2667442
tree87c9a6e2d9131a675720a31962605993a529e659
parent689eb53e478debe0232e4fb928a0d6aae33fa34c
Recent patch to dump nondefault attstorage settings broke pg_dump for
dropped columns.  Fix by using LEFT JOIN rather than straight join
between pg_attribute and pg_type.  Also, use pg_type.oid as input to
format_type, so that we don't get a failure on deleted types of deleted
columns (this may be a change we ought to backpatch to 7.3....).
src/bin/pg_dump/pg_dump.c