Re: idle in transaction...unexpected EOF on client connection

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: idle in transaction...unexpected EOF on client connection
Дата
Msg-id dcc563d10711091433u2a7175fai3c38cea7f0177baf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: idle in transaction...unexpected EOF on client connection  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-admin
On Nov 9, 2007 4:29 PM, Alvaro Herrera <alvherre@commandprompt.com> wrote:
> Campbell, Lance wrote:
> > I notice this in my log file as well.  I do not have a fire wall that
> > would impact this.
>
> It could be a monitoring tool that's opening the socket to check whether
> Postgres is listening.  If it connects then closes the socket without
> actually talking the PG protocol, this is exactly what you would see.

That might explain Lance's problem but not Tena's, since his (hers?)
are idle in transaction, which means the connection at least did a
begin; after connecting.

Also possible for Lance's is an application that isn't properly
closing its connections.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: idle in transaction...unexpected EOF on client connection
Следующее
От: "Tena Sakai"
Дата:
Сообщение: Re: idle in transaction...unexpected EOF on client connection