Re: Should I worry? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Should I worry?
Date
Msg-id 10618.998426668@sss.pgh.pa.us
Whole thread Raw
In response to Should I worry?  ("Josh Berkus" <josh@agliodbs.com>)
List 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 by date:

Previous
From: Joseph Shraibman
Date:
Subject: Re: exists
Next
From: Tom Lane
Date:
Subject: Re: exists