Re: recursive SQL functions

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: recursive SQL functions
Дата
Msg-id Pine.LNX.4.30.0202231406560.689-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: recursive SQL functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: recursive SQL functions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane writes:

> I suspect it would not work to re-use a query plan tree at multiple
> recursion levels (someday, plan trees should be read-only during
> execution, but they ain't now).  As long as you are making a new
> plan tree for each recursive entry, it should work ...

ISTM that this is already what's happening.  Each level gets a new plan
tree.

-- 
Peter Eisentraut   peter_e@gmx.net



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: recursive SQL functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: recursive SQL functions