Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC
Date
Msg-id 231.1371143766@sss.pgh.pa.us
Whole thread Raw
In response to Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC
Next
From: Joshua Berry
Date:
Subject: Re: [ODBC] Segmentation Fault in Postgres server when using psqlODBC