BUG #3969: pg_ctl cannot detect server startup

Поиск
Список
Период
Сортировка
От ITAGAKI Takahiro
Тема BUG #3969: pg_ctl cannot detect server startup
Дата
Msg-id 200802191216.m1JCGEjU010335@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #3969: pg_ctl cannot detect server startup  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      3969
Logged by:          ITAGAKI Takahiro
Email address:      itagaki.takahiro@oss.ntt.co.jp
PostgreSQL version: 8.2.6, 8.3.0
Operating system:   CentOS 5, Windows XP
Description:        pg_ctl cannot detect server startup
Details:

pg_ctl -w -o "-p 5432 -c max_connections=100" start
waits for server startup forever and timeout,
but server has successfully started actually.

The following work as expected.
* pg_ctl -w -o "-p 5432" start
* pg_ctl -w -o "-c max_connections=100" start
* pg_ctl -w -o "-c max_connections=100 -p 5432" start

Are there any limitation in ordering of -o arguments?

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

Предыдущее
От: Juho Saarikko
Дата:
Сообщение: Re: BUG #3965: UNIQUE constraint fails on long column values
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: BUG #3964: Parsing error in Stack Builder with LATIN1 client encoding