| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | The Hermit Hacker <scrappy(at)hub(dot)org> |
| Cc: | pgsql-hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] v6.5.2 vacuum...? |
| Date: | 1999-09-18 22:18:36 |
| Message-ID: | 23187.937693116@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
The Hermit Hacker <scrappy(at)hub(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Alan Dorman | 1999-09-18 22:38:55 | Re: [HACKERS] Re: HISTORY for 6.5.2 |
| Previous Message | Tom Lane | 1999-09-18 22:07:33 | Re: [HACKERS] Some progress on INSERT/SELECT/GROUP BY bugs |