pgsql: Enable building with the Mingw64 compiler.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable building with the Mingw64 compiler.
Date: 2011-01-31 01:03:44
Message-ID: E1PjiBE-0002JK-Nr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Enable building with the Mingw64 compiler.

This can be used to build 64 bit Windows binaries, not only on 64 bit
Windows but on supported cross-compiling hosts including 32 bit Windows,
Cygwin, Darwin and Linux.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=91812df4ed0facfb90bec3f9430dd5a97d56f695

Modified Files
--------------
config/ac_func_accept_argtypes.m4 | 5 +++--
configure | 4 ++--
src/include/c.h | 2 +-
src/include/port.h | 4 ++++
src/include/port/win32.h | 18 +++++++++++++++++-
src/include/port/win32/sys/socket.h | 1 +
src/port/getaddrinfo.c | 3 +--
src/test/regress/resultmap | 3 +++
8 files changed, 32 insertions(+), 8 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-01-31 01:10:02 Re: pgsql: Enable building with the Mingw64 compiler.
Previous Message Tom Lane 2011-01-30 23:27:57 Re: autogenerating error code lists (was Re: [COMMITTERS] pgsql: Add foreign data wrapper error code values for SQL/MED.)