Remove 2-phase description, because it isn't accurate anymore:
authorBruce Momjian
Fri, 20 May 2005 19:18:15 +0000 (19:18 +0000)
committerBruce Momjian
Fri, 20 May 2005 19:18:15 +0000 (19:18 +0000)
<
<   This will involve adding a way to respond to commit failure by either
<   taking the server into offline/readonly mode or notifying the
<   administrator

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

index 22a959b955d7e30fe758fc5d1ca1e5c61f47a296..01e3938f044ba896e31e987e95d0902dfa460d33 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue May 17 00:17:58 EDT 2005
+Last updated:      Fri May 20 15:18:24 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -687,10 +687,6 @@ Exotic Features
 
 * Add two-phase commit
 
-  This will involve adding a way to respond to commit failure by either
-  taking the server into offline/readonly mode or notifying the
-  administrator
-
 
 PERFORMANCE
 ===========
index 7de9d7791ded7317f3caf278069a197a64d4569a..aec797ff11f0f147412ee1009647229887fcf4a6 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue May 17 00:17:58 EDT 2005
+Last updated:           Fri May 20 15:18:24 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -630,10 +630,6 @@ first.
   needed to enable transaction semantics.
 

   
  • Add two-phase commit
  • -

      This will involve adding a way to respond to commit failure by either

    -  taking the server into offline/readonly mode or notifying the
    -  administrator
    -

     
     

    PERFORMANCE