pg_upgrade: preserve database and relation minmxid values
Bruce Momjian <bruce@momjian.us>
pg_upgrade: preserve database and relation minmxid values Also set these values for pre-9.3 old clusters that don't have values to preserve. Analysis by Alvaro Backpatch through 9.3
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_upgrade/pg_upgrade.c | modified | +47 −21 |
| contrib/pg_upgrade/server.c | modified | +8 −5 |
| src/bin/pg_dump/pg_dumpall.c | modified | +25 −14 |
| src/bin/pg_dump/pg_dump.c | modified | +89 −43 |
| src/bin/pg_dump/pg_dump.h | modified | +2 −0 |