diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-04 19:06:07 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-04 19:06:07 +0000 |
commit | 04c57d68ce391847d6db9c3f96eaca365e296105 (patch) | |
tree | 108507b32d6fa9f84aa8e3f8af31e0d2f8ce831b | |
parent | b8dcb505ecb4565ca68db81e03c87e8ee5cd5821 (diff) |
Update wording for temp files:
> * Allow sorting/temp files to use multiple work directories
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Oct 4 13:26:46 EDT 2002 +Last updated: Fri Oct 4 15:05:31 EDT 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -468,7 +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 +* Allow sorting/temp files to use multiple work directories Miscellaneous |