Re: Segmentation Fault in Postgres server when using psqlODBC

Joshua Berry <yoberi@gmail.com>

From: Joshua Berry <yoberi@gmail.com>
To: Hiroshi Inoue <inoue@tpf.co.jp>
Cc: pgsql-odbc@postgresql.org
Date: 2013-05-29T03:02:02Z
Lists: pgsql-bugs
Hi Hiroshi,

On Tue, May 28, 2013 at 3:19 PM, Hiroshi Inoue <inoue@tpf.co.jp> wrote:

> 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?
>

It is multithreaded; all threads use the same connection.

Regards,
-Joshua