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

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

From
Andrew Dunstan
Date:
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(-)