aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-30 20:17:38 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-30 20:17:38 +0000
commit06e5f1dfd9cc669379f9fa33ea246762387f8e88 (patch)
treeb60aa3a05ed2ea0857b07510087669060030bfeb
parentff3bffd7f471f08a5856db24e5584b08e448215b (diff)
downloadpostgresql-06e5f1dfd9cc669379f9fa33ea246762387f8e88.tar.gz
postgresql-06e5f1dfd9cc669379f9fa33ea246762387f8e88.zip
Update TODO list.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 315ab79fdbc..0aa7c807717 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed May 30 15:48:45 EDT 2001
+Last updated: Wed May 30 16:17:28 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -229,6 +229,7 @@ MISCELLANEOUS
* Create a background process for each database that runs while
database is idle, finding superceeded rows, gathering stats and
vacuuming (Tom)
+* WAL UNDO, overwriting storage manager? [vacuum] (Vadim)
* Populate backend status area and write program to dump status data (Jan)
* -Put sort files in their own directory (Bruce)
* Show location of syntax error in query [yacc]