pg_ctl options checking

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема pg_ctl options checking
Дата
Msg-id 1144951645.4317.190.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: pg_ctl options checking  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: pg_ctl options checking  (Peter Eisentraut <peter_e@gmx.net>)
Re: pg_ctl options checking  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
pg_ctl: Minor patch to implement option checking to prevent silently
ignoring options and continuing with defaults.

All of the following now cause errors:

pg_ctl -D test -m logfile start
pg_ctl -D test -U foo start
pg_ctl -D test -W start
pg_ctl -D test -w stop
pg_ctl -D test -l fast stop
etc.. (16 possible error combinations in total now checked)

The following also fails, following the --help, though I think we might
want to change this so that it does actually work:

pg_ctl -D test -l logfile restart

Patch against cvstip, make check, tested on long and short options.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] please actualize FAQ, broken urls
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pg_ctl options checking