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

From Ben Carbery
Subject Re: LOG: unexpected EOF on client connection
Date
Msg-id AANLkTinBPn8cRwekaF4mZk2BH50onoGNoaa12T2DO+rV@mail.gmail.com
Whole thread Raw
In response to Re: LOG: unexpected EOF on client connection  (Scott Marlowe <scott.marlowe@gmail.com>)
Responses Re: LOG: unexpected EOF on client connection  (Scott Marlowe <scott.marlowe@gmail.com>)
List 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.

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Understanding PostgreSQL Storage Engines
Next
From: Scott Marlowe
Date:
Subject: Re: LOG: unexpected EOF on client connection