From 7bbe216b8226d625b3f90cf3f30cf4a78ab4bff3 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 14 Oct 2000 04:22:14 +0000
Subject: [PATCH] Update TODO list.

---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index a5bb78336f9..760f19ca8de 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Sat Oct 14 00:19:18 EDT 2000
+Last updated:		Sat Oct 14 00:22:05 EDT 2000
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -260,7 +260,7 @@ MISC
 * Remove pg_listener index
 * Remove ANALYZE from VACUUM so it can be run separately without locks
 * Gather more accurate dispersion statistics using indexes
-* Keep statistics about clustering of table rows
+* Keep statistics about clustering of table rows [optimizer]
 * Improve statistics storage in pg_class [performance]
 * Improve VACUUM speed with indexes [vacuum]
 * Reduce VACUUM lock time by moving tuples with read lock, then write
-- 
GitLab