From 728843999993d0c232176a8088c2cc04931c0ec0 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Fri, 27 Dec 2002 05:56:53 +0000
Subject: [PATCH] Added:

> * Two-phase commit to implement distributed transactions
---
 doc/TODO | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index b3dea443287..f12061910c2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Tue Dec 24 17:06:43 EST 2002
+Last updated:		Fri Dec 27 00:56:45 EST 2002
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -305,6 +305,7 @@ Exotic Features
 * Allow plug-in modules to emulate features from other databases
 * SQL*Net listener that makes PostgreSQL appear as an Oracle database
   to clients
+* Two-phase commit to implement distributed transactions
 
 
 PERFORMANCE
-- 
GitLab