Add item:

> * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
This commit is contained in:
Bruce Momjian 2002-04-23 20:26:29 +00:00
parent c11d9353f1
commit 695a042532
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Tue Apr 23 14:58:56 EDT 2002
Last updated: Tue Apr 23 16:26:13 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -441,6 +441,7 @@ OPTIMIZER / EXECUTOR
* Inline simple SQL functions to avoid overhead (Tom)
* Precompile SQL functions to avoid overhead (Neil Conway)
* Add utility to compute accurate random_page_cost value
* Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
MISCELLANEOUS
-------------