pgsql: Backport changes to allow building with MinGW 64 bit compiler.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Backport changes to allow building with MinGW 64 bit compiler.
Date: 2011-04-09 22:05:09
Message-ID: E1Q8gHF-0000ST-QL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Backport changes to allow building with MinGW 64 bit compiler.

These changes have been in HEAD for some time with no ill effect. They
are only being backported to 9.0, as the required WINNT version was not
high enough before that.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2ea865de5660f75f44f6b1ba78090e41e070cb4c

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-04-10 15:42:39 pgsql: pgindent run before PG 9.1 beta 1.
Previous Message Tom Lane 2011-04-09 22:00:07 pgsql: Clean up overly complex code for issuing some related error mess