Preserve relfilenodes:
Bruce Momjian <bruce@momjian.us>
Preserve relfilenodes: Add support to pg_dump --binary-upgrade to preserve all relfilenodes, for use by pg_migrator.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +25 −8 |
| src/backend/catalog/index.c | modified | +18 −8 |
| src/backend/catalog/toasting.c | modified | +13 −22 |
| src/backend/commands/cluster.c | modified | +2 −2 |
| src/backend/commands/tablecmds.c | modified | +2 −3 |
| src/backend/executor/execMain.c | modified | +2 −2 |
| src/backend/tcop/utility.c | modified | +3 −7 |
| src/bin/pg_dump/pg_dump.c | modified | +85 −18 |
| src/include/catalog/toasting.h | modified | +2 −3 |