Re: recursive SQL functions

From: Don Baccus <dhogaza(at)pacifier(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: recursive SQL functions
Date: 2001-12-17 21:05:15
Message-ID: 3C1E5E0B.6090308@pacifier.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> Aside from the forward-reference problem, which seems easy enough to
> solve, I think there may be some performance issues that'd have to be
> dealt with (memory leaks and so forth).

OK, that's reasonable. If potential memory leaks are only for the
duration of a transaction I'm not worried (in regard to the one
recursive function we're using) as it's cachable and our trees not very
deep.

I have found one bug that crashed the backend if a recursive function's
called. Are you interested in it, since folks can now define them
semi-officially (if a bit unconventially) via CREATE AND REPLACE?

--
Don Baccus
Portland, OR
http://donb.photo.net, http://birdnotes.net, http://openacs.org

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-12-17 21:08:09 Re: recursive SQL functions
Previous Message Lamar Owen 2001-12-17 20:59:34 Re: Explicit config patch 7.2B4