Re: XAResource implementation

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: XAResource implementation
Дата
Msg-id Pine.BSO.4.64.0711140423050.12400@leary.csoft.net
обсуждение исходный текст
Ответ на Re: XAResource implementation  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: XAResource implementation  (joël Winteregg <joel.winteregg@gmail.com>)
Список pgsql-jdbc

On Tue, 13 Nov 2007, Heikki Linnakangas wrote:

> Oh, I had forgotten about that. The difference is the close() between the
> getConnection()s.
>
> I started having second doubts about that case you posted in June, so I
> tested what Derby does if you call getConnection() twice, without a close in
> between. You get an error ("Cannot close a connection while a global
> transaction is still active."), so at least they consider it incorrect as
> well.

I'm not super happy that explicit close vs implicit close has different
transactional behavior, but people really shouldn't be writing code like
this, so I've applied your patch to 8.1, 8.2 and HEAD.

Kris Jurka


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: XAResource implementation
Следующее
От: joël Winteregg
Дата:
Сообщение: Re: XAResource implementation