diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-04-23 20:26:29 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-04-23 20:26:29 +0000 |
commit | 695a0425327e1b4096720b462db9119e3696622e (patch) | |
tree | 55487c63707bac9fa56fd5e269007b6611c80739 | |
parent | c11d9353f1944113867e872264ca4ce07c263bd3 (diff) | |
download | postgresql-695a0425327e1b4096720b462db9119e3696622e.tar.gz postgresql-695a0425327e1b4096720b462db9119e3696622e.zip |
Add item:
> * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ------------- |