cache in plpgsql - Mailing list pgsql-hackers

From ivan
Subject cache in plpgsql
Date
Msg-id Pine.LNX.4.56.0312302329590.5131@rex.anfa.pl
Whole thread Raw
Responses Re: cache in plpgsql  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-hackers

as new know plpgsql has special cache which remember too long (event
non-existing tables (i mean old oid)) so i suggest to create same function
only in plpgsql which would clear this cache, or sth like this ?

for ie, where i drop table i would do plpgsql_clear_cache ();
and when i will create one more time table with this same name plpgsql
will not remeber wrong oid

possible ?



pgsql-hackers by date:

Previous
From: Jan Wieck
Date:
Subject: Re: [PATCHES] update i386 spinlock for hyperthreading
Next
From: Tom Lane
Date:
Subject: Preventing stack-overflow crashes (improving on max_expr_depth)