Re: Why separate pgenlist DLL?

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Why separate pgenlist DLL?
Дата
Msg-id 53A6DC9B.9000801@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Why separate pgenlist DLL?  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-odbc
On 06/21/2014 07:46 PM, Heikki Linnakangas wrote:
>>>
>>
>> pgxalib.dll should be a separate DLL because it is essentially irrevant
>>    to the drivers. It is called from MSDTC process when resolutions of
>> in-doubt transactions are needed. As Craig Ringer reported, the 64bit
>> pgxalib.dll is used on 64bit OS even when transactions are PREPAREd
>> via 32bit ODBC applications. Though pgxalib.dll calls ODBC APIs
>> currently, it's not calling driver's APIs directly and can call e.g.
>> libpq APIs instead.
>
> Oh, I see.

In fact, at most it's just another ODBC client right now, albeit one
that expects to be talking to psqlODBC.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Non-ASCII DSN name troubles
Следующее
От: "Inoue, Hiroshi"
Дата:
Сообщение: Re: msdtc with 32-bit app fails to resolve in-doubt or not-notifed transactions