Re: Segmentation Fault in Postgres server when using psqlODBC

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Joshua Berry <yoberi(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Segmentation Fault in Postgres server when using psqlODBC
Date: 2013-05-28 20:19:19
Message-ID: 51A51147.2060103@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-odbc

Hi Joshua,

(2013/05/28 23:20), Joshua Berry wrote:
> Hi Hiroshi,
>
> On Fri, May 24, 2013 at 4:25 PM, Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp
> <mailto:inoue(at)tpf(dot)co(dot)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?

No.

I have a question about your application.
Is your application mutilthreaded?
If so, do multiple threads share the same connection?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joshua Berry 2013-05-29 03:02:02 Re: Segmentation Fault in Postgres server when using psqlODBC
Previous Message Amit Kapila 2013-05-28 14:56:20 Re: bug in Prepared statement with DELETE RETURNING and rule on view

Browse pgsql-odbc by date

  From Date Subject
Next Message ter062424 2013-05-28 20:20:02 Re: ODBC SELECT Timeout
Previous Message Joshua Berry 2013-05-28 14:20:23 Re: Segmentation Fault in Postgres server when using psqlODBC