| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера