Add backend and pg_dump code to allow preservation of pg_enum oids, for
Bruce Momjian <bruce@momjian.us>
Add backend and pg_dump code to allow preservation of pg_enum oids, for use in binary upgrades. Bump catalog version for detection by pg_migrator of new backend API.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/pg_enum.c | modified | +29 −14 |
| src/backend/commands/typecmds.c | modified | +2 −2 |
| src/bin/pg_dump/pg_dump.c | modified | +37 −9 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_enum.h | modified | +3 −2 |