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

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Bryan Varner <bvarner(at)polarislabs(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)
Date: 2013-03-16 15:18:38
Message-ID: 51448D4E.1040607@vmware.com
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.

- Heikki

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Bryan Varner 2013-03-16 17:05:46 Re: Re: [pgjdbc] XADataSource support for resource sharing & interleaving. (#47)
Previous Message Ian Pilcher 2013-03-15 22:45:42 Re: Client Certificate Authentication