Re: BUG #5950: backend terminating after altering table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5950: backend terminating after altering table
Дата
Msg-id 23848.1301336139@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5950: backend terminating after altering table  (Sergey Burladyan <eshkinkot@gmail.com>)
Список pgsql-bugs
Sergey Burladyan <eshkinkot@gmail.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> "alex" <perepelica.alex@gmail.com> writes:
>>> 1. create table t (
>>> );
>>> 2. alter table t add childs t;
>>> 3. alter table t add id serial not null primary key;
>>> server closed the connection unexpectedly

>> Hmm.  This seems to be fixed in HEAD:

> Not fully. There are also two cases with Segmentation fault
> (from sql.ru forum):

Yeah, I had already come to the conclusion that it was just luck that
HEAD avoids the specific problem.  See
http://archives.postgresql.org/pgsql-hackers/2011-03/msg01673.php

            regards, tom lane

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

Предыдущее
От: Sergey Burladyan
Дата:
Сообщение: Re: BUG #5950: backend terminating after altering table
Следующее
От: Robert Haas
Дата:
Сообщение: Re: BUG #5946: Long exclusive lock taken by vacuum (not full)