1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00
< * Flush cached query plans when the dependent objects change
> * Flush cached query plans when the dependent objects change or
>   when the cardinality of parameters changes dramatically
This commit is contained in:
Bruce Momjian
2005-12-17 04:10:47 +00:00
parent 91e9e74f90
commit eae75beb71
2 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Fri Dec 16 20:48:38 EST 2005
Last updated: Fri Dec 16 23:10:20 EST 2005
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -714,7 +714,8 @@ Referential Integrity
Dependency Checking
===================
* Flush cached query plans when the dependent objects change
* Flush cached query plans when the dependent objects change or
when the cardinality of parameters changes dramatically
* Track dependencies in function bodies and recompile/invalidate
This is particularly important for references to temporary tables