Bernd Nawothnig 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 zurückgesetzt(*)
This just indicates
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 Pr
<[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
---