Add to TODO:
authorBruce Momjian
Tue, 25 Mar 2008 00:42:23 +0000 (00:42 +0000)
committerBruce Momjian
Tue, 25 Mar 2008 00:42:23 +0000 (00:42 +0000)
>
> * Move pgfoundry's xlogdump to /contrib and have it rely more closely
>   on the WAL backend code
>
>   http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php
>

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

index 3193c9a051b24542a91c2338a1c000e5fae34277..18378748a17fe2c2830e282d2f54907d9ed86284 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Mar 24 20:28:45 EDT 2008
+Last updated:      Mon Mar 24 20:42:17 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1574,6 +1574,12 @@ Write-Ahead Log
 
   http://archives.postgresql.org/pgsql-hackers/2007-10/msg01468.php
 
+* Move pgfoundry's xlogdump to /contrib and have it rely more closely
+  on the WAL backend code
+
+  http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php
+
+
 
 
 Optimizer / Executor
index a9c68449ac369119560dc7f99383603e8e34ebb6..22d36977a7dd3c1c215a8e96b17f8af336e9c527 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Mar 24 20:28:45 EDT 2008
+Last updated:           Mon Mar 24 20:42:17 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1363,6 +1363,10 @@ first.  There is also a developer's wiki at
 

   
  • Have resource managers report the duration of their status changes
  •  

      http://archives.postgresql.org/pgsql-hackers/2007-10/msg01468.php

    +

    +  
  • Move pgfoundry's xlogdump to /contrib and have it rely more closely
  • +  on the WAL backend code
    +

      http://archives.postgresql.org/pgsql-hackers/2007-11/msg00035.php

     

     
     

    Optimizer / Executor