BUG #5683: Service path incorrectly configured - Mailing list pgsql-bugs

From
Subject BUG #5683: Service path incorrectly configured
Date
Msg-id 201009291016.o8TAGnH7023819@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5683: Service path incorrectly configured  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5683
Logged by:
Email address:      donovansc@yahoo.com
PostgreSQL version: 9.0.0
Operating system:   Windows7 x64
Description:        Service path incorrectly configured
Details:

The windows service for starting the database has an incorrectly configured
execution path.

By default, it is:
C:/Program Files/PostgreSQL/9.0/bin/pg_ctl.exe runservice -N
"postgresql-x64-9.0" -D "C:/Program Files/PostgreSQL/9.0/data" -w

However, / is not valid for Windows.  It should be:

C:\Program Files\PostgreSQL\9.0\bin\pg_ctl.exe runservice -N
"postgresql-x64-9.0" -D "C:\Program Files\PostgreSQL\9.0\data" -w

After altering this value in the registry at:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\postgresql-x64-9.0
I am now able to start/stop the service normally.

pgsql-bugs by date:

Previous
From: aswin jayaraman
Date:
Subject: Re: BUG #5682: Postgres Service crashes with exception 0xC0000135
Next
From: Chris Ross
Date:
Subject: Re: Unexpected omission of tables with duplicate names across schemas