Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC
Дата
Msg-id 231.1371143766@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC  (Hiroshi Inoue <inoue@tpf.co.jp>)
Ответы Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC  (Joshua Berry <yoberi@gmail.com>)
Список pgsql-bugs
Hiroshi Inoue <inoue@tpf.co.jp> writes:
> (2013/06/12 1:26), Andres Freund wrote:
>> I'd guess creating a SQL level WITH HOLD cursor and then fetching that
>> via the extended protocol, outside the transaction, should do the trick.

> OK I made a test C program which reproduces the crash.
> The program uses libpq and a hack.

I've committed a fix for this.  Thanks again for the test case.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC
Следующее
От: Joshua Berry
Дата:
Сообщение: Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC