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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Add postmaster -C option to query configuration parameters, and
Дата
Msg-id E1RBoAK-0004Fl-KD@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Replace the "New Linear" GiST split algorithm for boxes and poin
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Simplify new pg_ctl newline termination code.