On Wed, Mar 13, 2013 at 8:08 AM, Aln Kapa <alnk...@gmail.com> wrote: > 2013-03-10 14:27:43 19797 LOG: could not receive data from client: > Connection reset by peer > 2013-03-10 14:27:43 19797 LOG: unexpected EOF on client connection > > Tell me what's the problem? >
Your client closed the socket without cleanly closing the connection to postgres. did it crash?