Re: pgevent fixes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: pgevent fixes
Date: 2006-10-03 22:12:17
Message-ID: 200610032212.k93MCHW20701@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Magnus Hagander wrote:
> Two fixes:
>
> 1) Make vcbuild actually build the pgevent dll.
> 2) Change the pgevent DLL file so it doens't specify ordinal for the
> functions. You're not supposed to do that. You're actually supposed to
> declare them as PRIVATE as well, but mingw doesn't support that. VC++
> will throw a warning and not an error though, so we can live with it.
>
> //Magnus
>

Content-Description: pgevent.diff

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Sergey E. Koposov 2006-10-03 23:45:11 Re: 7.4, 8.0 branches @ itanium2 & icc
Previous Message Bruce Momjian 2006-10-03 21:46:56 Re: [HACKERS] scripts/common.c minor memory leak