RE: Problem during Windows service start

Поиск
Список
Период
Сортировка
От Higuchi, Daisuke
Тема RE: Problem during Windows service start
Дата
Msg-id 1803D792815FC24D871C00D17AE95905D7989B@g01jpexmbkw24
обсуждение исходный текст
Ответ на Re: Problem during Windows service start  (Michael Paquier <michael@paquier.xyz>)
Ответы RE: Problem during Windows service start  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Список pgsql-hackers
Michael Paquier wrote:
> You should register this patch to the next commit fest in the section for bug fixes to not lose sight of it; 

Thank you for picking up my post. I registered to the next CF. 

> I haven't put much thoughts into what you propose here, but this status message is not really helpful for the user.

Thank you for review. I attached the updated patch. There are some reasons for server startup failing, so I changed the
messagelike following: 
 

+            case PQPING_NO_RESPONSE:
+            case PQPING_NO_ATTEMPT:
+                write_eventlog(EVENTLOG_ERROR_TYPE, _("Server startup failed. Examine the log output.\n"));
+                pgwin32_SetServiceStatus(SERVICE_STOPPED);


Regards, 
Daisuke, Higuchi


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Jamison, Kirk"
Дата:
Сообщение: some minor comment fix in md.c
Следующее
От: Dmitry Dolgov
Дата:
Сообщение: Re: Displaying and dumping of table access methods