Add to TODO:
authorBruce Momjian
Tue, 25 Mar 2008 00:14:53 +0000 (00:14 +0000)
committerBruce Momjian
Tue, 25 Mar 2008 00:14:53 +0000 (00:14 +0000)
>
> * Be more aggressive about creating WAL files
>
>   http://archives.postgresql.org/pgsql-hackers/2007-10/msg01325.php

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

index 1934032839edaad43479811044fbbc7fc1bf951a..4237be52d6ecd499bfdd99faecf1087f18c13878 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:11:43 EDT 2008
+Last updated:      Mon Mar 24 20:14:49 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1566,6 +1566,10 @@ Write-Ahead Log
 
   http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php
 
+* Be more aggressive about creating WAL files
+
+  http://archives.postgresql.org/pgsql-hackers/2007-10/msg01325.php
+
 
 
 Optimizer / Executor
index d6d6f7fd9a9865c1d949fed9abfbc69a0ae15993..7c043073114bfc840369ffdf15485b9c52041ac2 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Mar 24 20:11:43 EDT 2008
+Last updated:           Mon Mar 24 20:14:49 EDT 2008
 

 

The most recent version of this document can be viewed at

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

   
  • Improve WAL concurrency by increasing lock granularity
  •  

      http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php

    +

    +  
  • Be more aggressive about creating WAL files
  • +

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

     

     
     

    Optimizer / Executor