Re: Error Broken pipe in log postgres

From: Craig James <cjames(at)emolecules(dot)com>
To: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Error Broken pipe in log postgres
Date: 2013-11-18 19:49:00
Message-ID: CAFwQ8rdE3g5yu7Zv77TUXexaKwhc_+SG90hC3GQC3CYZmDYcqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

2013/11/18 Rogerio Pereira <rogerio(dot)pereira(at)riosoft(dot)com(dot)br>

> Which can be the error :
>
> -- could not send data to client: Broken pipe
> -- FATAL: connection to client lost
>

It means the client program disconnected from the Postgres server (or was
killed) before the server finished a query, and the server had no place to
send the answer.

Craig

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message salah jubeh 2013-11-19 00:36:20 Re: Query in cache
Previous Message Rogerio Pereira 2013-11-18 18:27:57 Error Broken pipe in log postgres