pgevent fixes

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: pgevent fixes
Date: 2006-10-03 19:59:46
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FC18@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pgevent.diff application/octet-stream 1.4 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-10-03 20:01:20 Re: MSVC build broken (again)
Previous Message Tom Lane 2006-10-03 19:51:22 Re: vcbuild bison check