ページの先頭行へ戻る
Enterprise Postgres 17 リリース情報

2.4.35 PGXAConnectionクラスのcommitPreparedメソッドのException処理の変更

非互換

FUJITSU Enterprise Postgres 12では、GXAConnectionクラスのcommitPreparedメソッドのException処理の変更があります。

FUJITSU Enterprise Postgres 11以前の場合

IllegalArgumentExceptionを投げます。

[例]

java.lang.IllegalArgumentException: Unmatched braces in the pattern.
FUJITSU Enterprise Postgres 12の場合

PGXAExceptionを投げます。

[例]

PGXAException: Not implemented: 2nd phase commit must be issued using an idle connection. commit xid={0}, currentXid={1}, state={2}, transactionState={3}

対処方法

ありません。