diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-03 19:20:25 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-03 19:20:25 +0000 |
commit | fb0b0a25dc537b5267346e07c70998fafe865736 (patch) | |
tree | 87abfa92cc879960aa90b7c36383bbc912f38632 | |
parent | 565c97bea5498cc1c491eeec91676780a405d1a6 (diff) | |
download | postgresql-fb0b0a25dc537b5267346e07c70998fafe865736.tar.gz postgresql-fb0b0a25dc537b5267346e07c70998fafe865736.zip |
Add:
> * Check GUC geqo_threshold to see if it is still accurate
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 3 12:38:57 EDT 2002 +Last updated: Thu Oct 3 15:20:13 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -465,7 +465,7 @@ Optimizer / Executor * Add utility to compute accurate random_page_cost value * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG * Use CHECK constraints to improve optimizer decisions - +* Check GUC geqo_threshold to see if it is still accurate Miscellaneous ============= |