pgsql: pgevent fixes: 1) Make vcbuild actually build the pgevent dll. - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: pgevent fixes: 1) Make vcbuild actually build the pgevent dll.
Date
Msg-id 20061003221214.820979FB4E5@postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update typedef list for 8.2 pgindent run.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Switch over to using our own qsort() all the time, as has been