pgsql: Enable compiling with the mingw-w64 32 bit compiler.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable compiling with the mingw-w64 32 bit compiler.
Date: 2011-12-10 20:46:26
Message-ID: E1RZToQ-0006r4-Lg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Enable compiling with the mingw-w64 32 bit compiler.

Original patch by Lars Kanis, reviewed by Nishiyama Tomoaki and tweaked some by me.

This compiler, or at least the latest version of it, is currently broken, and
only passes the regression tests if built with -O0.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a0c76c32fe470142d3663dd84ac960d75a4e8db

Modified Files
--------------
config/ac_func_accept_argtypes.m4 | 2 +-
configure | 159 +++++++++++++++++++++++++++++++++++-
configure.in | 7 ++-
src/include/c.h | 3 +-
src/include/pg_config.h.in | 3 +
src/include/port/win32.h | 26 ++++++-
src/interfaces/ecpg/test/resultmap | 3 +
src/interfaces/libpq/win32.h | 6 ++
src/port/getaddrinfo.c | 4 +-
src/test/regress/resultmap | 3 +
10 files changed, 207 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-12-10 21:31:18 pgsql: Remove define inadvertantly left over from testing.
Previous Message User Fxjr 2011-12-09 21:29:17 npgsql - Npgsql2: Fix [#1011100] NpgsqlParameter and DBNull Value.