Re: [SQL] Backend crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [SQL] Backend crash
Дата
Msg-id 25643.948734216@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Backend crash  (Mark Volpe <volpe.mark@epamail.epa.gov>)
Список pgsql-sql
Mark Volpe <volpe.mark@epamail.epa.gov> writes:
> BEGIN;
> SELECT * INTO TEMP numbers2 FROM numbers;
> SELECT * FROM numbers2;
> -- Bang!!! --
> Can anybody reproduce this?

Yah :-(.  There are several nasty bugs in 6.5.*'s support for TEMP
tables.  We believe they are all fixed for 7.0, but the changes are
intertwined with a lot of other stuff, and so back-patching the fixes
didn't look very practical.

The only good news is that 7.0 goes beta next week...
        regards, tom lane


В списке pgsql-sql по дате отправления:

Предыдущее
От: Mark Volpe
Дата:
Сообщение: Backend crash
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [SQL] Backend crash