"Merlin Moncure" <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to