Re: jdbc xa support

Поиск
Список
Период
Сортировка
От Michael Allman
Тема Re: jdbc xa support
Дата
Msg-id 20050723122430.R55069@yvyyl
обсуждение исходный текст
Ответ на Re: jdbc xa support  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
>> I added the lines
>>
>>     if (flag != TMSTARTRSCAN) {
>>         return new Xid[0];
>>     }
>>
>> to the top of the recover() method and posted a new version at
>>
>> http://www.allman.ms/pgjdbcxa/pgjdbcxa-20050722.jar
>
> Not quite -- it's a flag not an enumerated value -- the TM can specify
> TMENDRSCAN|TMSTARTRSCAN to restart a scan currently in progress.
>
> 'if ((flag & TMSTARTRSCAN) == 0)' should work.
>

I'll make a correction in the next patch.  Thanks.

Michael

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: jdbc xa support
Следующее
От: Michael Allman
Дата:
Сообщение: Re: jdbc xa support