Re: [HACKERS] select * from ..;vacuum crashes - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] select * from ..;vacuum crashes
Date
Msg-id 36199E13.F3CB681B@alumni.caltech.edu
Whole thread Raw
In response to Re: [HACKERS] select * from ..;vacuum crashes  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
> >       select * from getting; vacuum;
> > does crash the backend with included test data.
> > This time I have tried:
> > begin;
> > select * from getting;
> > vacuum;
> > end;

Oleg, can you try compiling with asserts enabled and see if you can
learn anything new about your vacuum problems? It's probably not related
to this report, but you never know for sure. I can send you this
original message if you did not receive it...

                  - Tom

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] select * from ..;vacuum crashes
Next
From: "Thomas G. Lockhart"
Date:
Subject: Re: [HACKERS] Dumping of views -- done!