]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Nov 2004 02:29:28 +0000 (02:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Nov 2004 02:29:28 +0000 (02:29 +0000)
> * Auto-vacuum
>  o Move into the backend code
>  o Scan the buffer cache to find free space or use background writer
>  o Use free-space map information to guide refilling

doc/TODO

index f6f942bb3f67eff53d5a7c47ce9111d79d26bade..d8c7c9093d49e41aeb1685a4d4a989577b8e3eca 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -6,7 +6,7 @@ TODO list for PostgreSQL
 Bracketed items "[]" have more detail.
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated:          Sun Nov 28 00:12:08 EST 2004
+Last updated:          Sun Nov 28 21:29:24 EST 2004
 
 The most recent version of this document can be viewed at the PostgreSQL web
 site, http://www.PostgreSQL.org.
@@ -696,6 +696,10 @@ Vacuum
   This allows vacuum to reclaim free space without requiring
   a sequential scan
 
+* Auto-vacuum
+       o Move into the backend code
+       o Scan the buffer cache to find free space or use background writer
+       o Use free-space map information to guide refilling
 
 Locking
 =======