Re: [PATCHES] WITH RECURSIVE patch V0.1

Поиск
Список
Период
Сортировка
От Yoshiyuki Asaba
Тема Re: [PATCHES] WITH RECURSIVE patch V0.1
Дата
Msg-id 20080521.233422.1000278277145531989.y-asaba@sraoss.co.jp
обсуждение исходный текст
Ответ на Re: [PATCHES] WITH RECURSIVE patch V0.1  (David Fetter <david@fetter.org>)
Ответы Re: [PATCHES] WITH RECURSIVE patch V0.1  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Hi,

From: David Fetter <david@fetter.org>
Subject: Re: [HACKERS] [PATCHES] WITH RECURSIVE patch V0.1
Date: Mon, 19 May 2008 04:36:30 -0700

> > > I think it's the other way around. The server should not emit
> > > infinite number of records.
> >
> > How about adding new GUC parameter "max_recursive_call"?
>
> Couldn't we just have it pay attention to the existing
> max_stack_depth?

Recursive query does not consume stack. The server enters an infinite
loop without consuming stack. Stack-depth error does not happen.

Regards,
--
Yoshiyuki Asaba
y-asaba@sraoss.co.jp

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: idea: storing view source in system catalogs
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: plpgpsm future