diff --git a/doc/TODO b/doc/TODO
index 53ea1f19a95568b38078009321882d6bad7a3fda..8062497e5264a49ebe8bddac7edd99435867f1e1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 ODO list for PostgreSQL
 ========================
-Last updated:		Sun Oct 15 17:50:15 EDT 2000
+Last updated:		Sun Oct 15 17:52:03 EDT 2000
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -232,8 +232,6 @@ INDEXES
   float4, numeric/decimal too [optimizer]
 * Include heap CTID in btree index keys, remove equal-key cruft from btree
 * Use indexes with CIDR '<<' (contains) operator
-* Prevent index lookups (or index entries using partial index) on most
-  common values; instead use sequential scan
 
 CACHE