Re: Segmentation Fault in Postgres server when using psqlODBC - Mailing list pgsql-odbc

From Joshua Berry
Subject Re: Segmentation Fault in Postgres server when using psqlODBC
Date
Msg-id CAPmZXM1vpS3Q58jbLk-VhSkKMr_+O2cWOZQzjk8MpFg7khm1eQ@mail.gmail.com
Whole thread Raw
In response to Re: Segmentation Fault in Postgres server when using psqlODBC  (Hiroshi Inoue <inoue@tpf.co.jp>)
Responses Re: Segmentation Fault in Postgres server when using psqlODBC  (Hiroshi Inoue <inoue@tpf.co.jp>)
List pgsql-odbc
Hi Hiroshi,

On Fri, May 24, 2013 at 4:25 PM, Hiroshi Inoue <inoue@tpf.co.jp> wrote:
Psqlodbc drivers send Execite requests for cursors instead of
issueing FETCH commands.

Thanks for the reply. Have you seen or heard of psqlODBC's use of cursors intermittently causing segfaults as I'd described? If so, can these issues be avoided by enabling or disabling options in the driver or avoiding certain queries/conditions? The entire system is a  blackbox to me, so when I encounter issues like this, I'm not sure how to diagnose and correct. Any advice or tips would be much appreciated.

Kind Regards,
-Joshua 

pgsql-odbc by date:

Previous
From: ljwilson
Date:
Subject: UseDeclareFetch=1, Fetch=100, UseServerSidePrepare=1 causes Windows client to intermittently hang
Next
From: Hiroshi Inoue
Date:
Subject: Re: Segmentation Fault in Postgres server when using psqlODBC