From 3282b6338b6ae3303c36aae213ee6d8686419421 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 17 Dec 2005 18:07:01 +0000 Subject: [PATCH] Update: < * Flush cached query plans when the dependent objects change or < when the cardinality of parameters changes dramatically > * Flush cached query plans when the dependent objects change, > when the cardinality of parameters changes dramatically, or > when new ANALYZE statistics are available --- doc/TODO | 7 ++++--- doc/src/FAQ/TODO.html | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/TODO b/doc/TODO index 82d20f0355..3070299000 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Dec 17 12:03:45 EST 2005 +Last updated: Sat Dec 17 13:06:57 EST 2005 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -715,8 +715,9 @@ Referential Integrity Dependency Checking =================== -* Flush cached query plans when the dependent objects change or - when the cardinality of parameters changes dramatically +* Flush cached query plans when the dependent objects change, + when the cardinality of parameters changes dramatically, or + when new ANALYZE statistics are available * Track dependencies in function bodies and recompile/invalidate This is particularly important for references to temporary tables diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 399b8250f5..80247626b5 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Dec 17 12:03:45 EST 2005 +Last updated: Sat Dec 17 13:06:57 EST 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -652,8 +652,9 @@ first.

Dependency Checking