Re: winsock error 10004

Поиск
Список
Период
Сортировка
От Rainer Bauer
Тема Re: winsock error 10004
Дата
Msg-id fpp8841ku276hc0i2fau8sadcg2npc5obb@4ax.com
обсуждение исходный текст
Ответ на winsock error 10004  (Cédric Villemain <cedric.villemain@dalibo.com>)
Ответы Re: winsock error 10004
Список pgsql-bugs
Cédric Villemain wrote:

>I get the following error with postgresql 8.2.7 on a "Microsoft windows server
>2003 R2 Standard Edition Service pack 1" :
>
>« LOG:  could not rename temporary statistics file "global/pgstat.tmp"
>to "global/pgstat.stat": Unknown winsock error 10004 »

10004 is WSAEINTR: Interrupted function call (a blocking operation was
interrupted by a call to WSACancelBlockingCall).

Not sure what happens in your case, but I was able to dig up this thread:
<http://archives.postgresql.org/pgsql-patches/2006-04/msg00034.php>

Maybe Magnus or some other Win32 hacker can shed some light on it.

Rainer

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

Предыдущее
От: "Jean-Baptiste Quenot"
Дата:
Сообщение: Problem loading ispell affix file with apostrophes
Следующее
От: Valentin Bogdanov
Дата:
Сообщение: Re: winsock error 10004