summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-27 16:19:46 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-27 16:19:46 +0000
commitdbf261f588f52ec9fd707e04c223cdcf6c4deeb1 (patch)
tree1a4b4663dde3e3cfe771a824b37a1b25bb5c9a0c
parentcf0be7fe5ec560ab48ad69c898d05c75aecf51bd (diff)
Add:
> * Allow free space map to be auto-sized or warn when it is too small
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index bc3d8bab61f..b5c5ef05c9d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Tue Aug 27 10:17:11 EDT 2002
+Last updated: Tue Aug 27 12:19:45 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -408,7 +408,7 @@ Vacuum
* Reduce lock time by moving tuples with read lock, then write
lock and truncate table [vacuum]
* Provide automatic running of vacuum in the background (Tom)
-
+* Allow free space map to be auto-sized or warn when it is too small
Locking
=======