Re: pq_flush: send() failed: Broken pipe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yumiko Izumi <izumi-yumiko(at)scnet(dot)co(dot)jp>
Cc: PostgreSQL Novice Mailing Group <pgsql-novice(at)postgresql(dot)org>
Subject: Re: pq_flush: send() failed: Broken pipe
Date: 2007-02-28 17:15:30
Message-ID: 5168.1172682930@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Yumiko Izumi <izumi-yumiko(at)scnet(dot)co(dot)jp> writes:
> At this time, PostgreSQL outputs the following error messages.
> #######################
> Dec 19 13:50:32 gyomu01 postgres[807]: [11] LOG: pq_flush: send() failed: Broken pipe
> Dec 19 13:50:33 gyomu01 postgres[807]: [12] LOG: pq_recvbuf: unexpected EOF on client connection
> #######################

Hmm ... this indicates that psql is failing, not the server. Perhaps
you have a corrupt copy of psql or libpq? But in any case, you don't
want to be running 7.3.8. If you must run a 7.3 system then it should
be 7.3.18 or close to that.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message spacegypsy 2007-03-01 18:34:11 Database error
Previous Message Robert Wimmer 2007-02-28 16:16:08 Re: automatically dump a table when it is updated