Re: CVS Head: Pg_ctl bug? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: CVS Head: Pg_ctl bug?
Date
Msg-id 12470.1125344762@sss.pgh.pa.us
Whole thread Raw
In response to CVS Head: Pg_ctl bug?  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-bugs
"Dave Page" <dpage@vale-housing.co.uk> writes:
> I just noticed that if I don't specify a data directory either on the
> command line or in $PGDATA,, pg_ctl fails silently on Windows (haven't
> been able to test other platforms atm). Is this a bug or an oversight -
> an error message would seem appropriate?

On my machine it does this:

$ bin/pg_ctl start
pg_ctl: no database directory specified and environment variable PGDATA unset
Try "pg_ctl --help" for more information.
$

Is write_stderr() broken on Windows?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1855: usage of indexes
Next
From: "Magnus Hagander"
Date:
Subject: Re: CVS Head: Pg_ctl bug?