From 54670bd504d2a387312fa207f8d91b4b6cc57154 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 4 Oct 2002 17:26:56 +0000
Subject: [PATCH] Add:

> * Allow sorting to use multiple work directories
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index 226c3ae929e..2cd15df5603 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
-- 
GitLab