Bug #690: pg_ctl doesn't act properly for option -w

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #690: pg_ctl doesn't act properly for option -w
Дата
Msg-id 20020611203426.D26914765F1@postgresql.org
обсуждение исходный текст
Ответы Re: Bug #690: pg_ctl doesn't act properly for option -w  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
shangwu (swqi@strongholdtech.com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
pg_ctl doesn't  act properly for option -w

Long Description
If you start postmaster at some port number other than 5432 by pg_ctl with option -w, it doesn't block any more.
The problem is that pg_ctl calls "psql -l" to check if the postmaster is started. Running psql without correct port
numbergets immediately failed with error exit code.  

Sample Code


No file was uploaded with this report

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Referential integrity problem postgresql 7.2 ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Bug #690: pg_ctl doesn't act properly for option -w