Add:
authorBruce Momjian
Mon, 28 May 2007 23:56:00 +0000 (23:56 +0000)
committerBruce Momjian
Mon, 28 May 2007 23:56:00 +0000 (23:56 +0000)
>
> * Fix self-referential UPDATEs seeing inconsistent row versions in
>   read-committed mode
>
>   http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php

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

index 234e4236559aa4b969432d3b380a3766c990bd13..c9a325a82529ddadc6ee961d4e36bd3705fe2413 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@ z
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu May 17 21:22:04 EDT 2007
+Last updated:      Mon May 28 19:55:57 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -568,6 +568,11 @@ SQL Commands
 
   http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php
 
+* Fix self-referential UPDATEs seeing inconsistent row versions in
+  read-committed mode
+
+  http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php
+
 
 * CREATE
 
index e82794fae51e6752422bc546d55501d816a57886..6351200f052cda7f27d70a374c5021cf7baf5195 100644 (file)
@@ -10,7 +10,7 @@
 PostgreSQL TODO List
 


 Current maintainer:     Bruce Momjian ([email protected])
-Last updated:           Thu May 17 21:22:04 EDT 2007
+Last updated:           Mon May 28 19:55:57 EDT 2007
 
 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -507,6 +507,10 @@ first.  There is also a developer's wiki at
   
  • Increase locking when DROPing objects so dependent objects cannot
  •    get dropped while the DROP operation is happening
     

      http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php

    +

    +  
  • Fix self-referential UPDATEs seeing inconsistent row versions in
  • +  read-committed mode
    +

      http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php

     

       
  • CREATE
  •