pgsql: Unconditionally use the WSA equivalents of Socket error constant

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Unconditionally use the WSA equivalents of Socket error constant
Дата
Msg-id E1VE20J-0001NF-0J@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Unconditionally use the WSA equivalents of Socket error constants.

This change will only apply to mingw compilers, and has been found
necessary by late versions of the mingw-w64 compiler. It's the same as
what is done elsewhere for the Microsoft compilers.

Backpatch of commit 73838b5251e.

Problem reported by Michael Cronenworth, although not his patch.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b8288038baed0fd71f5c19a6a41f12265a719aea

Modified Files
--------------
src/include/port/win32.h |   10 ++++++++++
1 file changed, 10 insertions(+)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Unconditionally use the WSA equivalents of Socket error constant
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix some "translator:" comments mangled by pgindent