From 82df2dd7322aabbb3e4e20a43c3f12c52d73140e Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 5 Oct 2002 04:00:26 +0000
Subject: [PATCH] Update:

> * Allow sorting, temp files, temp tables to use multiple work directories
---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index 3d540a00be4..df283d05708 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Fri Oct  4 15:05:31 EDT 2002
+Last updated:		Sat Oct  5 00:00:16 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/temp files to use multiple work directories
+* Allow sorting, temp files, temp tables to use multiple work directories
 
 
 Miscellaneous
-- 
GitLab