Re: pgsql/ oc/src/sgml/func.sgml oc/src/sgml/relea ...

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/ oc/src/sgml/func.sgml oc/src/sgml/relea ...
Date: 2002-05-19 15:16:46
Message-ID: Pine.LNX.4.44.0205191426500.916-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmx(dot)net

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2002-05-19 15:16:55 pgsql/src/backend/parser gram.y
Previous Message Peter Eisentraut - PostgreSQL 2002-05-19 15:13:20 pgsql/src/test/regress expected/privileges.out ...