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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: pgevent fixes: 1) Make vcbuild actually build the pgevent dll.
Дата
Msg-id 20061003221214.820979FB4E5@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Update typedef list for 8.2 pgindent run.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Switch over to using our own qsort() all the time, as has been