Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6ec04 commit 3db963dCopy full SHA for 3db963d
src/bin/pg_ctl/pg_ctl.c
@@ -1444,7 +1444,7 @@ pgwin32_ServiceMain(DWORD argc, LPTSTR *argv)
1444
write_eventlog(EVENTLOG_INFORMATION_TYPE, _("Waiting for server startup...\n"));
1445
if (test_postmaster_connection(true) != PQPING_OK)
1446
{
1447
- write_eventlog(EVENTLOG_INFORMATION_TYPE, _("Timed out waiting for server startup\n"));
+ write_eventlog(EVENTLOG_ERROR_TYPE, _("Timed out waiting for server startup\n"));
1448
pgwin32_SetServiceStatus(SERVICE_STOPPED);
1449
return;
1450
}
0 commit comments