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