Add to TODO:
authorBruce Momjian <[email protected]>
Tue, 25 Mar 2008 00:14:53 +0000 (00:14 +0000)
committerBruce Momjian <[email protected]>
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 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:[email protected]">[email protected]</a>)<br/>
-Last updated:           Mon Mar 24 20:11:43 EDT 2008
+Last updated:           Mon Mar 24 20:14:49 EDT 2008
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1357,6 +1357,9 @@ first.  There is also a developer's wiki at<br/>
 </p>
   </li><li>Improve WAL concurrency by increasing lock granularity
 <p>  <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php</a>
+</p>
+  </li><li>Be more aggressive about creating WAL files
+<p>  <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg01325.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg01325.php</a>
 </p>
 </li></ul>
 <h1><a name="section_19">Optimizer / Executor</a></h1>