diff --git a/doc/TODO b/doc/TODO
index e41bff9ab841d84e0419f04c6f1f7967934facb4..2ac0208d71215e6068b29b0569d7f1f0f49640b5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Wed Nov  6 00:55:00 EST 2002
+Last updated:		Wed Nov  6 00:56:27 EST 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -371,7 +371,7 @@ Optimizer / Executor
 
 * Improve Subplan list handling
 * Allow Subplans to use efficient joins(hash, merge) with upper variable
-* Add hash for evaluating GROUP BY aggregates
+* -Add hash for evaluating GROUP BY aggregates (Tom)
 * Allow merge and hash joins on expressions not just simple variables (Tom)
 * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
 * Missing optimizer selectivities for date, r-tree, etc. [optimizer]