diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-04 17:26:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-04 17:26:56 +0000 |
commit | 54670bd504d2a387312fa207f8d91b4b6cc57154 (patch) | |
tree | 3c734bf60e2411e1f0a9f620ca983cefcdbbee26 | |
parent | 3b8ba163d0511a238971c165ffeeb9abdeaceb7c (diff) | |
download | postgresql-54670bd504d2a387312fa207f8d91b4b6cc57154.tar.gz postgresql-54670bd504d2a387312fa207f8d91b4b6cc57154.zip |
Add:
> * Allow sorting to use multiple work directories
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 3 22:28:32 EDT 2002 +Last updated: Fri Oct 4 13:26:46 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -468,6 +468,7 @@ Optimizer / Executor * 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 +* Allow sorting to use multiple work directories Miscellaneous |