In pg_upgrade, use the new postmaster -C option to get the real data
Bruce Momjian <bruce@momjian.us>
In pg_upgrade, use the new postmaster -C option to get the real data directory, for config-only directory installs. Only works for PG 9.2+ servers.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pg_upgrade/option.c | modified | +60 −0 |
| contrib/pg_upgrade/pg_upgrade.c | modified | +3 −0 |
| contrib/pg_upgrade/pg_upgrade.h | modified | +2 −0 |
| contrib/pg_upgrade/server.c | modified | +5 −5 |