win32 socket definition

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема win32 socket definition
Дата
Msg-id 9837222c1001011125x41520390s5cb00e8aff0c2910@mail.gmail.com
обсуждение исходный текст
Ответы Re: win32 socket definition
Re: win32 socket definition
Список pgsql-hackers
The win64 port has showed that we have two sockets declared
incorrectly. They are supposed to be declared as SOCKET on win32, but
they are declared as int. See attached patch.

Given that SOCKET is actually defined as int on win32 (no warnings or
anything there, just on win64), I'm inclined to apply this patch just
to HEAD and not bother with backpatching.

Comments?

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Win64 warnings about size_t
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Win64 warnings about size_t