Add:
authorBruce Momjian
Fri, 14 Sep 2007 19:02:46 +0000 (19:02 +0000)
committerBruce Momjian
Fri, 14 Sep 2007 19:02:46 +0000 (19:02 +0000)
>
>  o Prevent long-lived temporary tables from causing frozen-xid
>    advancement starvation
>
>    http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php

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

index 467ed576c406a45f7b2277a3f43f1c5c793db9c4..862059834e2235394bcc3bacd1f1fbef36c16c46 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Sep 14 14:50:43 EDT 2007
+Last updated:      Fri Sep 14 15:02:41 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1244,6 +1244,11 @@ Vacuum
 
      http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
 
+   o Prevent long-lived temporary tables from causing frozen-xid
+     advancement starvation
+
+     http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php
+
 
 Locking
 =======
index 1804ffe386c19200baa50e137bd6ca1bb9722ef6..932bc9f5369ede1b5d1b5290b0f96956918ab2b0 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Sep 14 14:50:43 EDT 2007
+Last updated:           Fri Sep 14 15:02:41 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1106,6 +1106,10 @@ first.  There is also a developer's wiki at
           tables
     
  • Improve control of auto-vacuum
  •  

              http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php

    +

    +    
  • Prevent long-lived temporary tables from causing frozen-xid
  • +          advancement starvation
    +

              http://archives.postgresql.org/pgsql-general/2007-06/msg01645.php