Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47) - Mailing list pgsql-jdbc

From Bryan Varner
Subject Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)
Date
Msg-id A2B35D2698B0C74F9B8333525E67ED0136323372@plindyexch02.polarislabs.lan
Whole thread Raw
In response to Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-jdbc
On 15.03.2013 23:29, Bryan Varner wrote:
> IIRC, the existing pgjdbc implementation
> did not allow for a connection to switch global transactions after
> prepare but before commit or rollback.

It does. After prepare, the connection is in "idle" state, and you can
start a new transaction in it.

That's correct, the issue was that you couldn't commit or rollback a global transaction that was prepared that you
weren'tworking on anymore. 

pgsql-jdbc by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)
Next
From: Igor Urisman
Date:
Subject: Re: Improper type conversion from smallint to short