compiling native libpq...

Поиск
Список
Период
Сортировка
От Dmitry Yurtaev
Тема compiling native libpq...
Дата
Msg-id 001d01c10a65$98a5c560$0107a8c0@SULACO
обсуждение исходный текст
Ответ на Re: initdb failure - postgres hangs with 100% CPU  (Jason Tishler <Jason.Tishler@dothill.com>)
Ответы Re: compiling native libpq...  (Jason Tishler <Jason.Tishler@dothill.com>)
Список pgsql-cygwin
From: "Jason Tishler" <Jason.Tishler@dothill.com>

>> I would like to learn to fish, though rather
>> than just have the fish so I can make my own libpq.dll for any new
version
> If you install MSVS 6.0, then all you need to do is:
>     $ nmake -f win32.mak

i've tried that some time ago. it worked ok until i tried to fetch large
text fields. some investigation shown: it appears that recv() and send() do
not set errno. so pqReadData didn't seen EWOULDBLOCK and complained about
failed read(). replacing errno with WSAGetLastError() fixed that.

/Dmitry



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

Предыдущее
От: Kian Parsee
Дата:
Сообщение: Re: PostgreSQL on Win/2K
Следующее
От: s0lao@netscape.net (S. L.)
Дата:
Сообщение: Re: PostgreSQL on Win/2K