Add:
authorBruce Momjian
Sun, 25 Jun 2006 16:27:41 +0000 (16:27 +0000)
committerBruce Momjian
Sun, 25 Jun 2006 16:27:41 +0000 (16:27 +0000)
< * Reuse index tuples that point to rows that are not visible to anyone?
> * Reuse index tuples that point to heap tuples that are not visible to
>   anyone?

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

index 2b22d70b919329115782914f71601d96c1a08333..bc22875dae3d6672ef54de5115471fa075ac119e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Jun 24 19:47:53 EDT 2006
+Last updated:      Sun Jun 25 12:27:34 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1140,6 +1140,8 @@ Vacuum
   used to point to both old and new values.
   http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
 
+* Reuse index tuples that point to heap tuples that are not visible to 
+  anyone?
 * Auto-vacuum
 
    o Use free-space map information to guide rfilling
index 76e32367e5b27878c7b8379338eb864a4d7db6b1..c249f0f1b4a794e4eb5470752cd85acf4de22e2b 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Jun 24 19:47:53 EDT 2006
+Last updated:           Sun Jun 25 12:27:34 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1028,6 +1028,8 @@ first.
   used to point to both old and new values.
   http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
 

+  
  • Reuse index tuples that point to heap tuples that are not visible to 
  • +  anyone?
       
  • Auto-vacuum
  •    
           
    • Use free-space map information to guide rfilling