strange pg_ctl's behavior - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject strange pg_ctl's behavior
Date
Msg-id 20080311.184228.43013429.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: strange pg_ctl's behavior  (Richard Huxton <dev@archonet.com>)
List pgsql-hackers
Hi,

I have encountered a strange pg_ctl's behavior in 8.3.

pg_ctl -w -o "-p 5432" start    <-- works
pg_ctl -w -o "-i" start    <-- works
pg_ctl -w -o "-p 5432 -i" start    <-- doesn't work

In the last case, even postmaster starts successfully, pg_ctl keeps
trying to make sure that postmaster actually started and continues to
print "...".

I now that "-i" is obsoleted, but I think it does not explain well why
pg_ctl behaves like this.
--
Tatsuo Ishii
SRA OSS, Inc. Japan


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas OSB SD"
Date:
Subject: Re: [PATCHES] Fix for large file support (nonsegment mode support)
Next
From: Richard Huxton
Date:
Subject: Re: strange pg_ctl's behavior