Re: Should I worry?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Should I worry?
Дата
Msg-id 10618.998426668@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Should I worry?  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
"Josh Berkus" <josh@agliodbs.com> writes:
> Do I need to worry about this:
> pq_flush: send() failed: Broken pipe  
>  ... which appears in the log intermittently?

Looks like the trace of a client disconnecting ungracefully (mid-query).
If you're not aware of any client-side failures in your setup then you
should perhaps look more closely, but otherwise this is not something
to worry about.  The backend will roll back its transaction and close
up shop just fine.

I think we have a TODO item to suppress multiple occurrences of this
log message, but otherwise that stuff works fine AFAIK.
        regards, tom lane


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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: exists
Следующее
От: Tom Lane
Дата:
Сообщение: Re: exists