Silvio Brandani wrote:
> postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
> [288-1] LOG: could not receive data from client: Connection reset
> by peer
> postgresql-2010-05-12_053937.log:2010-05-12 06:30:57 CEST [26617]:
> [289-1] LOG: unexpected EOF on client connection
>
>
> How is it possible to eliminate this disconnection problems?
Fix any network problems and convince the clients to terminate their
connections gracefully. The server is just reporting that the
connection to the client was lost without the client doing the proper
handshaking.
-Kevin