Thread: pgsql: pgevent fixes: 1) Make vcbuild actually build the pgevent dll.

pgsql: pgevent fixes: 1) Make vcbuild actually build the pgevent dll.

From
momjian@postgresql.org (Bruce Momjian)
Date:
Log Message:
-----------
pgevent 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 Hagander

Modified Files:
--------------
    pgsql/src/bin/pgevent:
        pgevent.def (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pgevent/pgevent.def.diff?r1=1.1&r2=1.2)
    pgsql/src/tools/msvc:
        mkvcbuild.pl (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl.diff?r1=1.3&r2=1.4)