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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Backport changes to allow building with MinGW 64 bit compiler.
Дата
Msg-id E1Q8gHF-0000ST-QL@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up overly complex code for issuing some related error mess
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pgindent run before PG 9.1 beta 1.