Fix up pg_dump's --binary-upgrade option so that it behaves properly with
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Jul 2009 21:34:32 +0000 (21:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 2 Jul 2009 21:34:32 +0000 (21:34 +0000)
commit2ce152a0a63a4d31d9ecefe84daf35a4108cac2c
treebaba872358823057dfc5e29ed5e875f423d545de
parent9137b0a6eba81c2bdf7beaf82d12415264054447
Fix up pg_dump's --binary-upgrade option so that it behaves properly with
inherited columns and check constraints.  Per my recent trouble report.
src/bin/pg_dump/pg_dump.c