Re: [SQL] LOG: unexpected EOF on client connection

2009-08-05 Thread Bernd Nawothnig
Hello, A client application written in C# + npgsql 2.0.6 causes reproducable log entries like this: LOG: unexpected EOF on client connection LOG: could not receive data from client: Die Verbindung wurde vom Kommunikationspartner zurückgesetzt(*) (*) Connection reset by peer The responsable

Re: [SQL] LOG: unexpected EOF on client connection

2009-08-05 Thread Tom Lane
Bernd Nawothnig bernd.nawoth...@t-online.de writes: A client application written in C# + npgsql 2.0.6 causes reproducable log entries like this: LOG: unexpected EOF on client connection LOG: could not receive data from client: Die Verbindung wurde vom Kommunikationspartner

Re: [SQL] LOG: unexpected EOF on client connection

2007-04-05 Thread Tom Lane
[EMAIL PROTECTED] writes: FATAL: sorry, too many clients already You need a larger max_connections setting. LOG: unexpected EOF on client connection I think pgbench just dies ungracefully if it gets a connection failure. regards, tom lane