Re: [PATCHES] WITH RECURSIVE patch V0.1 - Mailing list pgsql-hackers

From David Fetter
Subject Re: [PATCHES] WITH RECURSIVE patch V0.1
Date
Msg-id 20080519113630.GA26882@fetter.org
Whole thread Raw
In response to Re: [PATCHES] WITH RECURSIVE patch V0.1  (Yoshiyuki Asaba <y-asaba@sraoss.co.jp>)
Responses Re: [PATCHES] WITH RECURSIVE patch V0.1  (Yoshiyuki Asaba <y-asaba@sraoss.co.jp>)
List pgsql-hackers
On Mon, May 19, 2008 at 05:57:17PM +0900, Yoshiyuki Asaba wrote:
> Hi,
>
> > 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?

Cheers,
David.
--
David Fetter <david@fetter.org> http://fetter.org/
Phone: +1 415 235 3778  AIM: dfetter666  Yahoo!: dfetter
Skype: davidfetter      XMPP: david.fetter@gmail.com

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

pgsql-hackers by date:

Previous
From: Bjorn Munch
Date:
Subject: Re: Link requirements creep
Next
From: Andrew Dunstan
Date:
Subject: Re: notification information functions