• Tom Lane's avatar
    Recent patch to dump nondefault attstorage settings broke pg_dump for · b92d055b
    Tom Lane authored
    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....).
    b92d055b
pg_dump.c 185 KB