]> granicus.if.org Git - postgresql/commit
Fix pg_dump to dump shell types.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Aug 2015 23:34:12 +0000 (19:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 4 Aug 2015 23:34:12 +0000 (19:34 -0400)
commitfa6e785fd34eb35ae82ebd447fdbc9970ce5bf3b
tree1c677575557212f1b41046c2cde4f83a2cb51112
parent118c9bb8d14ebfcbb4a0a4af6f029d8d8fe46ad6
Fix pg_dump to dump shell types.

Per discussion, it really ought to do this.  The original choice to
exclude shell types was probably made in the dark ages before we made
it harder to accidentally create shell types; but that was in 7.3.

Also, cause the standard regression tests to leave a shell type behind,
for convenience in testing the case in pg_dump and pg_upgrade.

Back-patch to all supported branches.
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/test/regress/expected/create_type.out
src/test/regress/sql/create_type.sql