Bernd Nawothnig <Bernd.Nawothnig@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 zurückgesetzt(*)
This just indicates that the client application closed the connection
without sending a Terminate message. It's harmless, but if the log
chatter annoys you, you should fix the application to close its PG
connection cleanly before it quits.
> The responsable Programmer claims autovacuum caused the malfunction.
Nonsense ...
regards, tom lane