pgsql: Add compat file for dynamically loading the functions that MinGW

Поиск
Список
Период
Сортировка
От mha@postgresql.org (Magnus Hagander)
Тема pgsql: Add compat file for dynamically loading the functions that MinGW
Дата
Msg-id 20071029123541.70E21754229@cvs.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Add compat file for dynamically loading the functions that MinGW  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Log Message:
-----------
Add compat file for dynamically loading the functions that MinGW is missing
the imports for. Add RegisterWaitForSingleObject() to the list of such
functions, which should take care of the current buildfarm breakage.

Modified Files:
--------------
    pgsql/src/backend/port/win32:
        Makefile (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/Makefile?r1=1.10&r2=1.11)

Added Files:
-----------
    pgsql/src/backend/port/win32:
        mingwcompat.c (r1.1)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/mingwcompat.c?rev=1.1&content-type=text/x-cvsweb-markup)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: New versions of mingw have gettimeofday(), so add an autoconf
Следующее
От: teodor@postgresql.org (Teodor Sigaev)
Дата:
Сообщение: pgsql: Fix coredump during replay WAL after crash.