Add to TODO:
authorBruce Momjian
Sun, 23 Mar 2008 00:08:47 +0000 (00:08 +0000)
committerBruce Momjian
Sun, 23 Mar 2008 00:08:47 +0000 (00:08 +0000)
>
> * Improve WAL concurrency by increasing lock granularity
>
>   http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php
>

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

index 2b92e1ed12f78476b4fa44dfead75bb5d3975045..6dbd30c970bc1297e50fdb481f1cf45e2b2c52df 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Mar 22 19:49:16 EDT 2008
+Last updated:      Sat Mar 22 20:08:42 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1530,6 +1530,11 @@ Write-Ahead Log
   http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php
   http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php
 
+* Improve WAL concurrency by increasing lock granularity
+
+  http://archives.postgresql.org/pgsql-hackers/2008-02/msg00556.php
+
+
 
 Optimizer / Executor
 ====================
index 30d0c15bd8b1bdd747150f1404539c43682e3f31..884db834770116d36d1ab69b2664b926000dc179 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Mar 22 19:49:16 EDT 2008
+Last updated:           Sat Mar 22 20:08:42 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1329,6 +1329,9 @@ first.  There is also a developer's wiki at
   http://archives.postgresql.org/pgsql-general/2007-12/msg00683.php
   http://archives.postgresql.org/pgsql-hackers/2007-12/msg00497.php
   http://archives.postgresql.org/pgsql-hackers/2008-02/msg01279.php
+

+  
  • Improve WAL concurrency by increasing lock granularity
  • +

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

     

     
     

    Optimizer / Executor