Re: eventlog fix - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: eventlog fix
Date
Msg-id 20040603194904.GC29365@dcc.uchile.cl
Whole thread Raw
In response to Re: eventlog fix  ("Laurent Ballester" <postgresql.ballester@wanadoo.fr>)
List pgsql-patches
On Thu, Jun 03, 2004 at 12:33:29AM +0200, Laurent Ballester wrote:

> I modify pgevent.c, for your both remarks: "capital G" are disappears from
> source and I move GetModuleFilename() before RegCreateKey() call.
>
> I sent full set file again, it will be easier to apply.

> /* Global variables */
> HANDLE g_hModule = NULL;                    /* hModule of DLL */

We don't use this hungarian notation anywhere ... it certainly looks
ugly.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Y eso te lo doy firmado con mis lágrimas" (Fiebre del Loco)


pgsql-patches by date:

Previous
From: pgsql@mohawksoft.com
Date:
Subject: Re: [HACKERS] Configuration patch
Next
From: Stephen Frost
Date:
Subject: Re: Add error-checking to timestamp_recv