Re: [HACKERS] Cache plan invalidation

2007-05-05 Thread Bruce Momjian
I removed the cardinality item and marked the others as done: * -Flush cached query plans when the dependent objects change or when new ANALYZE statistics are available * -Track dependencies in function bodies and recompile/invalidate * -Invalidate prepared queri

Re: [HACKERS] Cache plan invalidation

2007-05-05 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Bruce Momjian wrote: >> The current TODO list has: >> >> Dependency Checking >> === >> >> * Flush cached query plans when the dependent objects change, >> when the cardinality of parameters changes dramatically, or >> when new ANALYZE st

Re: [HACKERS] Cache plan invalidation

2007-05-05 Thread Bruce Momjian
Bruce Momjian wrote: > The current TODO list has: > > Dependency Checking > === > > * Flush cached query plans when the dependent objects change, > when the cardinality of parameters changes dramatically, or > when new ANALYZE statistics are

[HACKERS] Cache plan invalidation

2007-05-05 Thread Bruce Momjian
The current TODO list has: Dependency Checking === * Flush cached query plans when the dependent objects change, when the cardinality of parameters changes dramatically, or when new ANALYZE statistics are available