Re: 7.5 backend crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.5 backend crash
Дата
Msg-id 6864.1091647995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.5 backend crash  (Gaetano Mendola <mendola@bigfoot.com>)
Список pgsql-hackers
Gaetano Mendola <mendola@bigfoot.com> writes:
> I'm playing with complex row type:
> ...
> kalman=# alter table test drop column b;
> ALTER TABLE        <--- Here I think the server shall complain about
> ~                             ( 7.4 doesn't complain neither )

Actually, on looking back at the code, the intention was that should
work.  The DROP doesn't have to alter physical storage of the table,
so there's no need for rowtype columns in other tables to change either.

> the following select on table test1 will crash the back end

> kalman=# select * from test1;
> server closed the connection unexpectedly

Fixed --- it was just an oversight in record_out().
        regards, tom lane


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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: PITR - recovery to a particular transaction
Следующее
От: Andreas Pflug
Дата:
Сообщение: Timezone for %t log_line_prefix