Update wording:
authorBruce Momjian
Sun, 24 Apr 2005 12:39:07 +0000 (12:39 +0000)
committerBruce Momjian
Sun, 24 Apr 2005 12:39:07 +0000 (12:39 +0000)
<   This allows vacuum to reclaim free space without requiring
<   a sequential scan
>   This allows vacuum to target specific pages for possible free space
>   without requiring a sequential scan.

doc/TODO
doc/src/FAQ/TODO.html

index 7bd8a126d2f24eb2752f5697f8c705d2613c6310..6019a616fc006a3c02b0fb653025d555f1de6095 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Apr 23 17:45:11 EDT 2005
+Last updated:      Sun Apr 24 08:39:04 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -759,8 +759,8 @@ Vacuum
 * -Add a warning when the free space map is too small
 * Maintain a map of recently-expired rows
 
-  This allows vacuum to reclaim free space without requiring
-  a sequential scan
+  This allows vacuum to target specific pages for possible free space 
+  without requiring a sequential scan.
 
 * Auto-vacuum
    o Move into the backend code
index d3a5237a5f15f138c99fda42b63ae3f7ac0bbaba..19ad67fbaa3118edae0727b6243c5c317ac3f913 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Apr 23 17:45:11 EDT 2005
+Last updated:           Sun Apr 24 08:39:04 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -693,8 +693,8 @@ first.
 

   
  • -Add a warning when the free space map is too small
  •    
  • Maintain a map of recently-expired rows
  • -

      This allows vacuum to reclaim free space without requiring

    -  a sequential scan
    +

      This allows vacuum to target specific pages for possible free space 

    +  without requiring a sequential scan.
     

       
  • Auto-vacuum
  •