aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-18 03:15:26 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-18 03:15:26 +0000
commit56e10b0e8256ef80eb899be65c5ee941e3d58617 (patch)
tree2064896641e0c8636c6eeb0d2e49fe1d247a4bb2
parent392793b1ac449bc9f725069618574cd271c4080e (diff)
downloadpostgresql-56e10b0e8256ef80eb899be65c5ee941e3d58617.tar.gz
postgresql-56e10b0e8256ef80eb899be65c5ee941e3d58617.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 9959ca65ee5..bc35c4de725 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jan 12 12:57:38 EST 2001
+Last updated: Wed Jan 17 22:15:15 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -290,7 +290,7 @@ MISC
* Gather more accurate dispersion statistics using indexes
* Improve statistics storage in pg_class [performance]
* VACUUM
- * Improve speed with indexes [vacuum]
+ * Improve speed with indexes (perhaps create new index instead) [vacuum]
* Reduce lock time by moving tuples with read lock, then write
lock and truncate table [vacuum]
* -Redesign ANALYZE in VACUUM so it can be run separately without locks