Re: protocol change in 7.4

From: Satoshi Nagayasu <snaga(at)snaga(dot)org>
To: Mike Mascari <mascarm(at)mascari(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: protocol change in 7.4
Date: 2002-11-05 01:14:21
Message-ID: 20021105101421.42aa1c02.snaga@snaga.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Mike Mascari <mascarm(at)mascari(dot)com> wrote:
> Is there any thought about changing the protocol to support
> two-phase commit? Not that 2PC and distributed transactions
> would be implemented in 7.4, but to prevent another protocol
> change in the future?

I'm now implementing 2PC replication and distributed transaction. My 2PC
needs some support in startup packet to establish a replication session
and a recovery session.

BTW, 2PC replication is working, and I'm implementing 2PC recovery now.

--
NAGAYASU Satoshi <snaga(at)snaga(dot)org>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ross J. Reedstrom 2002-11-05 01:22:55 Re: protocol change in 7.4
Previous Message Mike Mascari 2002-11-05 01:10:29 Re: protocol change in 7.4