BUG #3969: pg_ctl cannot detect server startup - Mailing list pgsql-bugs

From ITAGAKI Takahiro
Subject BUG #3969: pg_ctl cannot detect server startup
Date
Msg-id 200802191216.m1JCGEjU010335@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #3969: pg_ctl cannot detect server startup  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List 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 by date:

Previous
From: Juho Saarikko
Date:
Subject: Re: BUG #3965: UNIQUE constraint fails on long column values
Next
From: "Dave Page"
Date:
Subject: Re: BUG #3964: Parsing error in Stack Builder with LATIN1 client encoding