Thread: pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves

pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Fix up pg_dump's --binary-upgrade option so that it behaves properly with
inherited columns and check constraints.  Per my recent trouble report.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_dump.c (r1.539 -> r1.540)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.539&r2=1.540)