pgsql: Enable building with the Mingw64 compiler.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Enable building with the Mingw64 compiler.
Дата
Msg-id E1PjiBE-0002JK-Nr@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Enable building with the Mingw64 compiler.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Make reduce_outer_joins() smarter about semijoins.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Enable building with the Mingw64 compiler.