Re: LOG: unexpected EOF on client connection

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: tv(at)fuzzy(dot)cz
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: LOG: unexpected EOF on client connection
Date: 2010-10-08 18:32:10
Message-ID: AANLkTik=U+fQVPWa3efLTci+cd1hbTQGgR4zAU_RuwM-@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 8, 2010 at 8:11 AM, <tv(at)fuzzy(dot)cz> wrote:
>> Hi all -
>>
>>               I am seeing lot of these records in the log file. Not able
>> to
>> find why I get this in log file. Is there a way to find out info about
>> this
>> ? Thanks for your help
>>
>>
>> LOG:  unexpected EOF on client connection
>> LOG:  unexpected EOF on client connection
>
> This means the client application is dropping the connection unexpectedly.
> You have to find the application and fix it - a good log_line_prefix may
> be a good way to find the application (e.g. "%t %u(at)%d %r" or something
> like that).

Or that OP has a networking issue. Some firewalls are known for
dropping what they think are idle connections when they aren't.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Hixson 2010-10-08 20:11:55 anyone have Movable Type 5 working with Postgres?
Previous Message Adrian Klaver 2010-10-08 18:25:07 Re: Wrong starting value of sequences after doing pg_dump