]> granicus.if.org Git - postgresql/commit
In pg_upgrade, use the new postmaster -C option to get the real data
authorBruce Momjian <bruce@momjian.us>
Fri, 7 Oct 2011 18:40:23 +0000 (14:40 -0400)
committerBruce Momjian <bruce@momjian.us>
Fri, 7 Oct 2011 18:40:23 +0000 (14:40 -0400)
commitcaa1054df8408b165e5f66ff25c87b6dd0a0a1e7
tree750e99b5d637d04eca817c6bafdc7103807ab5af
parenta3996754cc0281293cc5bfb90bf594fef41aff5b
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.
contrib/pg_upgrade/option.c
contrib/pg_upgrade/pg_upgrade.c
contrib/pg_upgrade/pg_upgrade.h
contrib/pg_upgrade/server.c