pgsql: Add postmaster -C option to query configuration parameters, and

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add postmaster -C option to query configuration parameters, and
Date: 2011-10-06 13:39:12
Message-ID: E1RBoAK-0004Fl-KD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/aaa6e1def292cdacb6b27088898793b1b879fedf

Modified Files
--------------
doc/src/sgml/ref/postgres-ref.sgml | 14 +++++++
src/backend/main/main.c | 1 +
src/backend/postmaster/postmaster.c | 15 +++++++-
src/backend/tcop/postgres.c | 8 +++-
src/bin/pg_ctl/pg_ctl.c | 72 +++++++++++++++++++++++++++++++---
5 files changed, 100 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-10-06 15:00:28 pgsql: Simplify new pg_ctl newline termination code.
Previous Message Heikki Linnakangas 2011-10-06 07:06:58 pgsql: Replace the "New Linear" GiST split algorithm for boxes and poin