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.