Re: LOG: unexpected EOF on client connection

From: Ben Carbery <ben(dot)carbery(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: LOG: unexpected EOF on client connection
Date: 2010-10-09 23:45:02
Message-ID: AANLkTinBPn8cRwekaF4mZk2BH50onoGNoaa12T2DO+rV@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Or that OP has a networking issue. Some firewalls are known for
> dropping what they think are idle connections when they aren't.
>
>
I don't think so.. EOF is an explicit termination, not a timeout as would
caused by a firewall dropping traffic. It's more like what happens when the
remote process on the client is killed for example. Postgres probably
expects to see some kind of "quit" command prior to receiving the EOF.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2010-10-10 01:51:36 Re: LOG: unexpected EOF on client connection
Previous Message Scott Marlowe 2010-10-09 19:13:20 Re: Understanding PostgreSQL Storage Engines