Fix pg_dump to dump shell types.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5d175be17b46374f7aaf15b2fc6b0ac5d75a3467
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-08-04T23:34:12Z
Releases: 9.0.23
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.

Files