]> granicus.if.org Git - postgresql/commit
Add postmaster -C option to query configuration parameters, and have
authorBruce Momjian <bruce@momjian.us>
Thu, 6 Oct 2011 13:38:39 +0000 (09:38 -0400)
committerBruce Momjian <bruce@momjian.us>
Thu, 6 Oct 2011 13:38:39 +0000 (09:38 -0400)
commitaaa6e1def292cdacb6b27088898793b1b879fedf
treec83d11607dbc2d7990137d98bd22bdc7b77ad931
parent7f3bd86843e5aad84585a57d3f6b80db3c609916
Add postmaster -C option to query configuration parameters, and have
pg_ctl use that to query the data directory for config-only installs.
This fixes awkward or impossible pg_ctl operation for config-only
installs.
doc/src/sgml/ref/postgres-ref.sgml
src/backend/main/main.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/bin/pg_ctl/pg_ctl.c