diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-30 17:05:07 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-30 17:05:07 -0400 |
commit | 2632bcce5e767a2b5901bbef54ae52df061eee72 (patch) | |
tree | 38d89b21af289b1e154c8b58092843123d4c0e5a /contrib/postgres_fdw/postgres_fdw.c | |
parent | c12d570fa147d0ec273df53de3a2802925d551ba (diff) | |
download | postgresql-2632bcce5e767a2b5901bbef54ae52df061eee72.tar.gz postgresql-2632bcce5e767a2b5901bbef54ae52df061eee72.zip |
Fix pg_dump to assign domain array type OIDs during pg_upgrade.
During a binary upgrade, all type OIDs are supposed to be assigned by
pg_dump based on their values in the old cluster. But now that domains
have arrays, there's nothing to base the arrays' type OIDs on, if we're
upgrading from a pre-v11 cluster. Make pg_dump search for an unused type
OID to use for this purpose. Per buildfarm.
Discussion: https://postgr.es/m/E1dyLlE-0002gT-H5@gemulon.postgresql.org
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions