postgresql/src/bin/pg_ctl
Magnus Hagander 1a241d22ae Properly send SCM status updates when shutting down service on Windows
The Service Control Manager should be notified regularly during a shutdown
that takes a long time. Previously we would increaes the counter, but forgot
to actually send the notification to the system. The loop counter was also
incorrectly initalized in the event that the startup of the system took long
enough for it to increase, which could cause the shutdown process not to wait
as long as expected.

Krystian Bigaj, reviewed by Michael Paquier
2015-05-07 15:04:13 +02:00
..
po Translation updates 2015-02-01 23:23:40 -05:00
t Fix previous commit for TAP test suites in VPATH builds. 2014-12-18 01:24:57 -05:00
.gitignore Add TAP tests for client programs 2014-04-14 21:33:46 -04:00
Makefile Fix parallel make risk with new check temp-install setup 2015-04-29 20:34:22 -04:00
nls.mk Translation updates 2014-12-15 00:25:35 -05:00
pg_ctl.c Properly send SCM status updates when shutting down service on Windows 2015-05-07 15:04:13 +02:00