Binary upgrade:
Bruce Momjian <bruce@momjian.us>
Binary upgrade: Modify pg_dump --binary-upgrade and add backend support routines to support the preservation of pg_type oids when doing a binary upgrade. This allows user-defined composite types and arrays to be binary upgraded.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +2 −8 |
| src/backend/catalog/pg_type.c | modified | +16 −3 |
| src/backend/catalog/toasting.c | modified | +10 −2 |
| src/backend/commands/typecmds.c | modified | +31 −11 |
| src/bin/pg_dump/pg_dump.c | modified | +165 −2 |
| src/include/commands/typecmds.h | modified | +2 −1 |