Re: pl/pgsql Plan Invalidation and search_path - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pl/pgsql Plan Invalidation and search_path
Date
Msg-id 200803260240.m2Q2eBM19008@momjian.us
Whole thread Raw
In response to Re: pl/pgsql Plan Invalidation and search_path  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-hackers
Merlin Moncure wrote:
> On Mon, Mar 24, 2008 at 9:48 PM, Bruce Momjian <bruce@momjian.us> wrote:
> >
> >  Add to pl/pgsql TODO:
> >
> >         o Consider invalidating the cache or keeping seperate cached
> >           copies when search_path changes
> >
> >           http://archives.postgresql.org/pgsql-hackers/2008-01/msg01009.php
> 
> IMO, Tom's idea, namely to keep separate cache plans for various
> search_path settings, is a much stronger proposal and should probably
> get the 'todo'.

Done:
    o Consider keeping seperate cached copies when search_path changes

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://postgres.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: pl/pgsql Plan Invalidation and search_path
Next
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Add function for quote_qualified_identifier?