BUG #5683: Service path incorrectly configured

Поиск
Список
Период
Сортировка
От
Тема BUG #5683: Service path incorrectly configured
Дата
Msg-id 201009291016.o8TAGnH7023819@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5683: Service path incorrectly configured  (Craig Ringer <craig@postnewspapers.com.au>)
Список 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 по дате отправления:

Предыдущее
От: aswin jayaraman
Дата:
Сообщение: Re: BUG #5682: Postgres Service crashes with exception 0xC0000135
Следующее
От: Chris Ross
Дата:
Сообщение: Re: Unexpected omission of tables with duplicate names across schemas