BUG #3969: pg_ctl cannot detect server startup

From: "ITAGAKI Takahiro" <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3969: pg_ctl cannot detect server startup
Date: 2008-02-19 12:16:14
Message-ID: 200802191216.m1JCGEjU010335@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


The following bug has been logged online:

Bug reference: 3969
Logged by: ITAGAKI Takahiro
Email address: itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)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?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dave Page 2008-02-19 12:54:28 Re: BUG #3964: Parsing error in Stack Builder with LATIN1 client encoding
Previous Message Kris Jurka 2008-02-19 00:26:14 Re: BUG #3965: UNIQUE constraint fails on long column values

Browse pgsql-patches by date

  From Date Subject
Next Message Gevik Babakhani 2008-02-19 12:30:41 Re: Fix for compiler warnings on MSVC
Previous Message Magnus Hagander 2008-02-19 12:08:26 Re: Fix for compiler warnings on MSVC