Re: [HACKERS] select * from ..;vacuum crashes

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] select * from ..;vacuum crashes
Дата
Msg-id 36199E13.F3CB681B@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] select * from ..;vacuum crashes  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] select * from ..;vacuum crashes
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Dumping of views -- done!