Обсуждение: error in log

Поиск
Список
Период
Сортировка

error in log

От
david blood
Дата:
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

От
Tom Lane
Дата:
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