Re: BUG #5950: backend terminating after altering table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5950: backend terminating after altering table
Дата
Msg-id 28356.1301341666@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5950: backend terminating after altering table  ("alex" <perepelica.alex@gmail.com>)
Список pgsql-bugs
"alex" <perepelica.alex@gmail.com> writes:
> Such steps:
> 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

Thanks for the report.  Fixed as per today's discussion (ie, disallow
creating a self-referencing rowtype).

            regards, tom lane

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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: BUG #5946: Long exclusive lock taken by vacuum (not full)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5946: Long exclusive lock taken by vacuum (not full)