Add:
authorBruce Momjian
Thu, 31 Jan 2008 15:05:09 +0000 (15:05 +0000)
committerBruce Momjian
Thu, 31 Jan 2008 15:05:09 +0000 (15:05 +0000)
> * Improve deadlock detection when deleting items from shared buffers
>
>   http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php
>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php
>   http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php

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

index 134bdf5bf27c611dc3f46d82dcad90d9c7e173f8..5e0eed5c04dd50ef53611ff472915627492773d3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Jan 29 11:12:44 EST 2008
+Last updated:      Thu Jan 31 10:05:01 EST 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1144,6 +1144,12 @@ Locking
 * Add idle_in_transaction_timeout GUC so locks are not held for long
   periods of time
 
+* Improve deadlock detection when deleting items from shared buffers
+
+  http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php
+  http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php
+  http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php
+
 
 
 Startup Time Improvements
index f23073bed9309bf2b88a60c3ed44d172352525ae..469ef9f480f8837a604e5298697726f4efce5835 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Jan 29 11:12:44 EST 2008
+Last updated:           Thu Jan 31 10:05:01 EST 2008
 

 

The most recent version of this document can be viewed at

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

   
  • Add idle_in_transaction_timeout GUC so locks are not held for long
  •    periods of time
    +  
  • Improve deadlock detection when deleting items from shared buffers
  • +

      http://archives.postgresql.org/pgsql-bugs/2008-01/msg00138.php

    +  http://archives.postgresql.org/pgsql-hackers/2008-01/msg00873.php
    +  http://archives.postgresql.org/pgsql-committers/2008-01/msg00365.php
    +

     
     

    Startup Time Improvements