Re: [GENERAL] Postgres connection failures

2014-04-04 Thread Mark van Cuijk
On 04 Apr 2014, at 16:09 , Tom Lane wrote: > Your log extract looks like the server side thought it got a connection > closure command. In particular, the server process seems to have exited > normally, and it did not write "LOG: unexpected EOF on client connection", > which it would have done

Re: [GENERAL] Postgres connection failures

2014-04-04 Thread Tom Lane
Mark van Cuijk writes: > I’m developing an application using Postgres and when doing a transaction > with a bunch of INSERT statements, the connection to the server (on > localhost) often suddenly dies. Trying to diagnose the problem, I’ve > increased log levels and I’ve run a tcpdump session t

[GENERAL] Postgres connection failures

2014-04-04 Thread Mark van Cuijk
Hi, I’m developing an application using Postgres and when doing a transaction with a bunch of INSERT statements, the connection to the server (on localhost) often suddenly dies. Trying to diagnose the problem, I’ve increased log levels and I’ve run a tcpdump session to find out what’s going on,