Обсуждение: pg_recvbuf : unexpected EOF on client

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

pg_recvbuf : unexpected EOF on client

От
"Priya G"
Дата:
what does the error in postgres.log pg_recvbuf : unexpected EOF on client mean?
 
thanks in advance
 
Sree


Get MSN 8 and help protect your children with advanced parental controls.

Re: pg_recvbuf : unexpected EOF on client

От
Peter Eisentraut
Дата:
Priya G writes:

> what does the error in postgres.log pg_recvbuf : unexpected EOF on client mean?

The client closed the connection (on the operating system level) before
properly closing the session (on the PostgreSQL level).  Either you have a
buggy client that does that out of principle, or the client just died.

--
Peter Eisentraut   peter_e@gmx.net