Re: LOG: unexpected EOF on client connection

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: LOG: unexpected EOF on client connection
Дата
Msg-id 21312.1249525193@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: LOG: unexpected EOF on client connection  (Bernd Nawothnig <Bernd.Nawothnig@t-online.de>)
Список 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 по дате отправления:

Предыдущее
От: Bernd Nawothnig
Дата:
Сообщение: Re: LOG: unexpected EOF on client connection
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: two records per row from query