Re: PostgreSQL Service on Windows does not start. ~ "is not a valid Win32 application"
В списке pgsql-hackers по дате отправления:
| От | Christian Ullrich |
|---|---|
| Тема | Re: PostgreSQL Service on Windows does not start. ~ "is not a valid Win32 application" |
| Дата | |
| Msg-id | l6v2i3$32a$1@ger.gmane.org обсуждение исходный текст |
| Ответ на | Re: PostgreSQL Service on Windows does not start. ~ "is not a valid Win32 application" (Tom Lane <tgl@sss.pgh.pa.us>) |
| Список | pgsql-hackers |
* Tom Lane wrote: > I looked at this patch a bit. I agree that we need to fix > pgwin32_CommandLine to double-quote the executable name, but it needs a > great deal more work than that :-(. Whoever wrote this code was One additional issue is that the path to the service executable should use backslashes exclusively. Currently, the last directory separator in the service command line (the one before "pg_ctl.exe") is a forward slash. I recently had trouble with Symantec Backup Exec (not sure which versions are affected); it fails to do system state backups when a service registered using pg_ctl is present on the system. See <http://www.symantec.com/docs/TECH144413> for the same issue involving a different service. The EDB installer does not cause that problem, although I don't know if that is because it does not use pg_ctl to register the service or because it fixes the path afterwards. -- Christian
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера