Adjusting XAException return codes for PG XAResource (pr#782)

From: Ondra Chaloupka <ochaloup(at)redhat(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Adjusting XAException return codes for PG XAResource (pr#782)
Date: 2018-01-10 10:38:29
Message-ID: CADwVegtw-UT1ee1yQtfqn7H2r_Ez75hFrhiwECQ_+_X_q-cF8w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

during time I was testing PostgreSQL with JBoss Narayana I hit a couple of
issues[2][3][4] of XAException error codes not complying with the XA
specification. I'm proposing a fix [1].

I would like ask if you would be so kind to review it, put there possible
objections and in case then if the fix could be merged.

Many thanks
Ondra

[1] https://github.com/pgjdbc/pgjdbc/pull/782
[2] https://github.com/pgjdbc/pgjdbc/issues/236
[3] https://github.com/pgjdbc/pgjdbc/issues/510
[4] https://github.com/pgjdbc/pgjdbc/issues/683

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2018-01-11 21:33:36 [pgjdbc/pgjdbc] aa7a42: elaborate on sslmode options (#1054)
Previous Message Tsunakawa, Takayuki 2018-01-09 08:21:33 RE: [HACKERS] Statement-level rollback