aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-05-20 19:18:15 +0000
committerBruce Momjian <bruce@momjian.us>2005-05-20 19:18:15 +0000
commite954cd2bc23713d039fa80120f9bea8e1a4b22d0 (patch)
treee560fd05bb77a7ed9ebb646b38f9373a24ac9b3b
parent6e8541464754b260121ff5ce0ab5457d35e312ad (diff)
downloadpostgresql-e954cd2bc23713d039fa80120f9bea8e1a4b22d0.tar.gz
postgresql-e954cd2bc23713d039fa80120f9bea8e1a4b22d0.zip
Remove 2-phase description, because it isn't accurate anymore:
< < This will involve adding a way to respond to commit failure by either < taking the server into offline/readonly mode or notifying the < administrator
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html6
2 files changed, 2 insertions, 10 deletions
diff --git a/doc/TODO b/doc/TODO
index 22a959b955d..01e3938f044 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-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
===========
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 7de9d7791de..aec797ff11f 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Tue May 17 00:17:58 EDT 2005
+Last updated: Fri May 20 15:18:24 EDT 2005
</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>.
@@ -630,10 +630,6 @@ first.
needed to enable transaction semantics.
</p>
</li><li>Add two-phase commit
-<p> This will involve adding a way to respond to commit failure by either
- taking the server into offline/readonly mode or notifying the
- administrator
-</p>
</li></ul>
<h2><a name="section_11_1">PERFORMANCE</a></h2>