Re: error in pg_ctl.c - Mailing list pgsql-patches

From Tom Lane
Subject Re: error in pg_ctl.c
Date
Msg-id 22352.1103760220@sss.pgh.pa.us
Whole thread Raw
In response to error in pg_ctl.c  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-patches
"Merlin Moncure" <merlin.moncure@rcsonline.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

pgsql-patches by date:

Previous
From: "Merlin Moncure"
Date:
Subject: error in pg_ctl.c
Next
From: David Brown
Date:
Subject: Allow pooled connections to list all prepared queries