Re: unexpected and reproducable crash in pl/pgsql function

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unexpected and reproducable crash in pl/pgsql function
Дата
Msg-id 13523.1109884800@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: unexpected and reproducable crash in pl/pgsql function  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> Ok, problem was due to recursive pl/pgsql function and a recursion loop
> in the data.  I traced this problem to the data: somebody disabled the
> recursion check constraint.
> I've never had this actually happen before.  It totally nuked the
> server.

I thought we'd fixed things so that the stack depth on Windows is
actually greater than max_stack_depth?  None of this weirdness could
happen if the stack depth check were kicking in properly.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: logging as inserts
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: unexpected and reproducable crash in pl/pgsql function