pgsql: Add compat file for dynamically loading the functions that MinGW - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Add compat file for dynamically loading the functions that MinGW
Date
Msg-id 20071029123541.70E21754229@cvs.postgresql.org
Whole thread Raw
Responses Re: pgsql: Add compat file for dynamically loading the functions that MinGW  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: New versions of mingw have gettimeofday(), so add an autoconf
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix coredump during replay WAL after crash.