Re: 2-phase commit

Rob Butler <robert.butler5@verizon.net>

From: "Rob Butler" <robert.butler5@verizon.net>
To: <pgsql-hackers@postgresql.org>, "Heikki Linnakangas" <hlinnaka@iki.fi>
Date: 2003-10-25T13:19:34Z
Lists: pgsql-hackers
Of course I have no time to work on it : (, but in my opinion XA interface
and support for the JDBC driver is absolutely necessary.  I think that 2pc
will generally be used more for supporting 2pc transactions between the DB
and JMS than it would be for 2pc across 2 db's.

Glad to see some progress on 2PC with Postgres though.

Later
Rob

>
> The next step is going to be writing 2PC support to the JDBC driver using
> the new backend commands. XA interface would be very nice too, but I'm
> personally not that interested in that. Any volunteers?
>
> Please comment! I'd like to know what you guys think about this. Am I
> heading into the right direction?
>