Re: libpq sockets on win32

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: libpq sockets on win32
Дата
Msg-id 200106042035.f54KZ8409367@candle.pha.pa.us
обсуждение исходный текст
Ответ на RE: libpq sockets on win32  ("Jeff Johnson" <jeff@jeffjohnson.net>)
Список pgsql-interfaces
> I found this in WinSock.h ... it might shed some light on the problem.
>
>
> #define WSABASEERR              10000
> [snip]
>
> /*
>  * Windows Sockets definitions of regular Berkeley error constants
>  */
> #define WSAEWOULDBLOCK          (WSABASEERR+35)
> #define WSAEINPROGRESS          (WSABASEERR+36)
>

I modified the patch to use WSABASEERR rather than 10000.

Do your includes define EAGAIN and stuff like that?  Whare are those
values?  If they are the same as WSAEAGAIN, then my patch should work.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

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

Предыдущее
От: "Jeff Johnson"
Дата:
Сообщение: RE: libpq sockets on win32
Следующее
От: Ashley Clark
Дата:
Сообщение: What is the difference between the two MSI installers?