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

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgevent fixes: 1) Make vcbuild actually build the pgevent dll.
Date: 2006-10-03 22:12:14
Message-ID: 20061003221214.820979FB4E5@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-03 22:18:24 pgsql: Switch over to using our own qsort() all the time, as has been
Previous Message Bruce Momjian 2006-10-03 22:09:42 pgsql: Update typedef list for 8.2 pgindent run.