Re: while vacuum: pq_flush: send() failed: Broken pipe

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Thomas T(dot) Thai" <tom(at)minnesota(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: while vacuum: pq_flush: send() failed: Broken pipe
Date: 2001-01-29 07:16:10
Message-ID: 20674.980752570@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Thomas T. Thai" <tom(at)minnesota(dot)com> writes:
> pq_flush: send() failed: Broken pipe
> pq_recvbuf: unexpected EOF on client connection
>>
>> Are you sure that's "while" doing the vacuum, and not "after"?
>> In any case, what this indicates is ungraceful disconnection by the
>> client. What client software was used to issue the vacuum command?

> client was from psql. i saw that appear in the log by doing tail -f before
> i saw the word VACUUM.. but it was right about the same time.

If the psql process didn't betray any unhappiness, then the broken-pipe
error isn't referring to the psql connection. What other clients were
running?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas T. Thai 2001-01-29 07:20:31 Re: increase WAL_FILES
Previous Message Thomas T. Thai 2001-01-29 07:09:56 Re: while vacuum: pq_flush: send() failed: Broken pipe