BUG #15692: infinity loop

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15692: infinity loop
Дата
Msg-id 15692-b183b1ba5d6c2449@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15692: infinity loop
Re: BUG #15692: infinity loop
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15692
Logged by:          Alisher Aliev
Email address:      allyanaliev@gmail.com
PostgreSQL version: Unsupported/Unknown
Operating system:   CentOS Linux 7
Description:

create table numer (n numeric);
insert into numer values (1);
insert into numer values (2);
insert into numer values (3);
select * from numer;
update numer set n = n * 10;
update numer set n = n * 7777777777777777777777777;
update numer set n = n ^ 1000;
update numer set n = n ^ 1000;

At last command PostgreSQL comming inside infinity loop.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: BUG #15631: Generated as identity field in a temporary table withon commit drop corrupts system catalogs
Следующее
От: Oleksandr Shulgin
Дата:
Сообщение: Re: BUG #15692: infinity loop