Add postmaster -C option to query configuration parameters, and have
Bruce Momjian <bruce@momjian.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/postgres-ref.sgml | modified | +14 −0 |
| src/backend/main/main.c | modified | +1 −0 |
| src/backend/postmaster/postmaster.c | modified | +14 −1 |
| src/backend/tcop/postgres.c | modified | +6 −2 |
| src/bin/pg_ctl/pg_ctl.c | modified | +65 −7 |