Re: LOG: unexpected EOF on client connection - Mailing list pgsql-sql

From Tom Lane
Subject Re: LOG: unexpected EOF on client connection
Date
Msg-id 21312.1249525193@sss.pgh.pa.us
Whole thread Raw
In response to Re: LOG: unexpected EOF on client connection  (Bernd Nawothnig <Bernd.Nawothnig@t-online.de>)
List pgsql-sql
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


pgsql-sql by date:

Previous
From: Bernd Nawothnig
Date:
Subject: Re: LOG: unexpected EOF on client connection
Next
From: "A. Kretschmer"
Date:
Subject: Re: two records per row from query