postgresql/src/bin/pg_dump
Tom Lane 2632bcce5e 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
2017-09-30 17:05:07 -04:00
..
po Translation updates 2017-08-07 13:55:34 -04:00
t Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
common.c pg_dump: Add a --load-via-partition-root option. 2017-08-14 22:54:41 -04:00
compress_io.c Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
compress_io.h Fix pg_dump's errno checking for zlib I/O 2017-08-02 18:26:59 -04:00
dumputils.c Fix ordering in pg_dump of GRANTs 2017-09-13 20:02:09 -04:00
dumputils.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
Makefile Fix broken link-command-line ordering for libpgfeutils. 2017-07-14 12:26:53 -04:00
nls.mk Translation updates 2017-08-07 13:55:34 -04:00
parallel.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
parallel.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pg_backup.h pg_dump: Add a --load-via-partition-root option. 2017-08-14 22:54:41 -04:00
pg_backup_archiver.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
pg_backup_archiver.h Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last. 2017-08-03 17:36:39 -04:00
pg_backup_custom.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
pg_backup_db.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
pg_backup_db.h Make pg_dump error cleanly with -j against hot standby 2016-05-26 22:14:23 +02:00
pg_backup_directory.c Fix pg_dump's errno checking for zlib I/O 2017-08-02 18:26:59 -04:00
pg_backup_null.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
pg_backup_tar.c Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
pg_backup_utils.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pg_dump.c Fix pg_dump to assign domain array type OIDs during pg_upgrade. 2017-09-30 17:05:07 -04:00
pg_dump.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pg_dump_sort.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pg_dumpall.c pg_dumpall: Add a -E flag to set the encoding, like pg_dump has. 2017-09-01 12:24:20 -04:00
pg_restore.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00