aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 53ea1f19a95..8062497e526 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