Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)

From: Bryan Varner <bvarner(at)polarislabs(dot)com>
To: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)
Date: 2013-03-16 17:05:46
Message-ID: A2B35D2698B0C74F9B8333525E67ED0136323372@plindyexch02.polarislabs.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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't working on anymore.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Igor Urisman 2013-03-18 04:02:12 Re: Improper type conversion from smallint to short
Previous Message Heikki Linnakangas 2013-03-16 15:18:38 Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)