Re: protocol change in 7.4
Haris Peco <snpe@snpe.co.yu>
From: snpe <snpe@snpe.co.yu>
To: Satoshi Nagayasu <snaga@snaga.org>, Mike Mascari <mascarm@mascari.com>
Cc: pgsql-hackers@postgresql.org
Date: 2002-11-07T18:40:16Z
Lists: pgsql-hackers
Is exists patch for 7.4devel ? regards Haris Peco On Tuesday 05 November 2002 01:14 am, Satoshi Nagayasu wrote: > Hi all, > > Mike Mascari <mascarm@mascari.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.