Re: winsock error 10004 - Mailing list pgsql-bugs

From Rainer Bauer
Subject Re: winsock error 10004
Date
Msg-id fpp8841ku276hc0i2fau8sadcg2npc5obb@4ax.com
Whole thread Raw
In response to winsock error 10004  (Cédric Villemain <cedric.villemain@dalibo.com>)
Responses Re: winsock error 10004  (Valentin Bogdanov <valiouk@yahoo.co.uk>)
List 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 by date:

Previous
From: "Jean-Baptiste Quenot"
Date:
Subject: Problem loading ispell affix file with apostrophes
Next
From: Valentin Bogdanov
Date:
Subject: Re: winsock error 10004