February 01st 2004 pq_recvbuf recv() failed Connection reset by peer

pq_recvbuf recv() failed Connection reset by peer

From: pq_recvbuf recv() failed Connection reset by peer

Samir,

On Fri, Jan 30, 2004 at 12:57:28AM -0500, brupebastoth@clukehastethehiswusp.com wrote:
> I am using PostgreSQL 7.2.1. For last few months my postgresql server
> was working fine. but from last one week it is giving some error.

Try upgrading to the latest Cygwin and PostgreSQL versions.

Jason

--
PGP/GPG Key: clufrubrauul@wrugituspowraswegidr.com or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

---------------------------(end of broadcast)---------------------------
From: pq_recvbuf recv() failed Connection reset by peer

Bernd,

This error would (usually) indicate that the connection was successfully
completed, but that the client didn't close the connection before
exiting. I don't seen in your example below where you are closing the
connection. And also it would appear that you are not getting any
From: pq_recvbuf recv() failed Connection reset by peer

that's it. i've forgotten to close the connection...

thanks
bernd



>From: Barry Lind
>To: Bernd Brenner
>CC: pgsql-frospelostoc@jaslateuaphuwajetrem.com
>Subject: Re: [JDBC] pq_recvbuf: recv() failed: Connection reset by peer
> ...