"Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com> writes:
> Getting a win32 compiler error based on yesterday's update to pg_ctl.c.
> It's a 1 liner (1081):
> if (StartServiceCtrlDispatcher(st)) == 0)
> to
> if (StartServiceCtrlDispatcher(st) == 0)
Ooops. Patch applied.
regards, tom lane