非互換
FUJITSU Enterprise Postgres 12では、GXAConnectionクラスのcommitPreparedメソッドのException処理の変更があります。
IllegalArgumentExceptionを投げます。
[例]
java.lang.IllegalArgumentException: Unmatched braces in the pattern.
PGXAExceptionを投げます。
[例]
PGXAException: Not implemented: 2nd phase commit must be issued using an idle connection. commit xid={0}, currentXid={1}, state={2}, transactionState={3}
対処方法
ありません。