Re: [HACKERS] v6.5.2 vacuum...?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] v6.5.2 vacuum...?
Date: 1999-09-19 02:07:19
Message-ID: 199909190207.WAA22498@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Okay, was able to do a subsequent vacuum and vacuum analyze...but, the
> psql was running onthe same machine as the server, so I'm curious as to
> why it would have disconnected...?
>
> Also, side note...\h vacuum shows that 'vacuum [verbose] analyze' should
> work, but if you try and run it,it gives an error...error in psql's help,
> or the backend?

Worked here:

vacuum verbose analyze pg_class;

>
>
> On Sat, 18 Sep 1999, Tom Lane wrote:
>
> > 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
> >
>
> Marc G. Fournier ICQ#7615664 IRC Nick: Scrappy
> Systems Administrator @ hub.org
> primary: scrappy(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org
>
>
> ************
>
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 1999-09-19 02:41:43 PostgreSQL-6.5.1-0.7lo RPMs available.
Previous Message The Hermit Hacker 1999-09-19 00:00:54 Re: [HACKERS] v6.5.2 vacuum...?