Re: pg_recvbuf errors

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_recvbuf errors
Дата
Msg-id 8011.1072671572@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_recvbuf errors  (Alex <alex@meerkatsoft.com>)
Список pgsql-general
Alex <alex@meerkatsoft.com> writes:
> i noticed in my server logs (which have grown to over 100mb) that i got
> a lot of error messages saying pg_recvbuf: unexpected EOF on client
> connection.

This indicates a client disconnecting without sending a polite goodbye
(namely a Terminate or 'X' message).  This isn't really dangerous,
unless the client failed partway through a transaction; but still you
might want to clean it up to avoid the chatter in the log.

Some of our client libraries used to be in the habit of just
disconnecting, so if you're using older client libraries then an update
is the first thing to try.

Otherwise, it's likely an application programming bug, ie, quitting
without closing down your database connections first.

            regards, tom lane

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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Variables in PostgreSQL? [was: Is my MySQL Gaining?]
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Change onership of database and all tables? (fwd)