Tom Lane writes:
> Hmm. Have you tried this with recursive plpgsql functions? I have a
> feeling that that little hack of replacing the flinfo link isn't gonna
> work well in plpgsql, because of its caching of query plans.
I don't understand what specific problem you are referring to. As long as
each function is only caching its own query plans in its own fn_extra area
then things shouldn't work differently from before.
--
Peter Eisentraut peter_e@gmx.net