pg_ctl telling only half the truth - Mailing list pgsql-bugs

From Markus Bertheau
Subject pg_ctl telling only half the truth
Date
Msg-id 1099652191.2646.10.camel@dicaprio.akademie1.de
Whole thread Raw
Responses Re: pg_ctl telling only half the truth
List pgsql-bugs
Guess what happend here:

[bertheau@dicaprio pg80]$ bin/pg_ctl -D data -l log start
postmaster starting
[bertheau@dicaprio pg80]$

No, postmaster was not starting - it was configured to listen on the
default port - and there was already another postmaster running on 5432.
This information was of course in the log file, but pg_ctl should have
said that the postmaster did not start successfully.

--
Markus Bertheau <twanger@bluetwanger.de>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: could not find /usr/local/timezone
Next
From: SZŰCS Gábor
Date:
Subject: Killed backend won't rollback transaction?