Re: [HACKERS] v6.5.2 vacuum...? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] v6.5.2 vacuum...?
Date
Msg-id 23187.937693116@sss.pgh.pa.us
Whole thread Raw
In response to v6.5.2 vacuum...?  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] v6.5.2 vacuum...?  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
> Just tried to do a vacuum analyze on a new database, and the backend
> started spewing out:

> FATAL: pq_endmessage failed: errno=32
> pq_flush: send() failed: Broken pipe
> FATAL: pq_endmessage failed: errno=32
> pq_flush: send() failed: Broken pipe
> FATAL: pq_endmessage failed: errno=32
> pq_flush: send() failed: Broken pipe
> FATAL: pq_endmessage failed: errno=32

I'm not seeing it here with a REL6_5 build from Thursday.  It looks
suspiciously like a problem I thought I'd fixed a good while back,
wherein the backend didn't behave too gracefully if the client
disconnected early.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs
Next
From: Michael Alan Dorman
Date:
Subject: Re: [HACKERS] Re: HISTORY for 6.5.2