pgevent fixes - Mailing list pgsql-patches

From Magnus Hagander
Subject pgevent fixes
Date
Msg-id 6BCB9D8A16AC4241919521715F4D8BCEA0FC18@algol.sollentuna.se
Whole thread Raw
Responses Re: pgevent fixes  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
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


Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: vcbuild bison check
Next
From: Tom Lane
Date:
Subject: Re: MSVC build broken (again)