Thread: error in log

error in log

From
david blood
Date:
pq_recvbuf: unexpected EOF on client connection

pq_recvbuf: recv() failed: Connection reset by peer


I know that this is not much inof but I am not even sure what to look for.
What would cause these errors to show up in the log.


__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

Re: error in log

From
Tom Lane
Date:
david blood <davidjblood@yahoo.com> writes:
> pq_recvbuf: unexpected EOF on client connection
> pq_recvbuf: recv() failed: Connection reset by peer

These are not errors, just indications that a client disconnected
without saying "goodbye" politely.

            regards, tom lane