Re: error in pg_ctl.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org, "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
Subject: Re: error in pg_ctl.c
Date: 2004-12-23 00:03:40
Message-ID: 22352.1103760220@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-12-23 16:05:35 Re: Bgwriter behavior
Previous Message Merlin Moncure 2004-12-22 23:36:04 error in pg_ctl.c