pgsql: Backport changes to allow building with MinGW 64 bit compiler. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Backport changes to allow building with MinGW 64 bit compiler.
Date
Msg-id E1Q8gHF-0000ST-QL@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Clean up overly complex code for issuing some related error mess
Next
From: Bruce Momjian
Date:
Subject: pgsql: pgindent run before PG 9.1 beta 1.