CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/07/25 18:02:53

Modified files:
        src/bin/pg_dump: pg_dump.c 

Log message:
        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....).


---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Reply via email to