Re: uninterruptable loop: concurrent delete in progress within table

Поиск
Список
Период
Сортировка
От Sandro Santilli
Тема Re: uninterruptable loop: concurrent delete in progress within table
Дата
Msg-id 20140605055856.GA5221@localhost
обсуждение исходный текст
Ответ на Re: uninterruptable loop: concurrent delete in progress within table  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: uninterruptable loop: concurrent delete in progress within table  (Sandro Santilli <strk@keybit.net>)
Re: uninterruptable loop: concurrent delete in progress within table  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-bugs
On Thu, Jun 05, 2014 at 01:04:51AM +0200, Andres Freund wrote:
> Hi Sandro,
>
> On 2014-05-30 16:31:50 +0200, Sandro Santilli wrote:
> > The attached script shows a plpgsql function that enters
> > an infinite loop which is not interrupted by statement_timeout.
>
> Pushed a fix. Thanks for the report!

Thanks, will test asap.

BTW, I noticed the commit contained no testcase, would it be safer
to include one ? The smallest test I got to (not requiring PostGIS)
is here: http://strk.keybit.net/tmp/crash.sql


--strk;

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

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: [HACKERS] BUG #9652: inet types don't support min/max
Следующее
От: Sandro Santilli
Дата:
Сообщение: Re: uninterruptable loop: concurrent delete in progress within table