pg_dump: Reorganize dumpBaseType()
Along the same lines as
ed2c7f65b and
daa9fe8a5, reduce code duplication
by having just one copy of the parts of the query that are the same
across all server versions; and make the conditionals control the
smallest possible amount of code. This is in preparation for adding
another dumpable field to pg_type.