Re: Segmentation Fault in Postgres server when using psqlODBC
Hiroshi Inoue <inoue@tpf.co.jp>
From: Hiroshi Inoue <inoue@tpf.co.jp>
To: Joshua Berry <yoberi@gmail.com>
Cc: pgsql-odbc@postgresql.org
Date: 2013-05-28T20:19:19Z
Lists: pgsql-bugs
Hi Joshua, (2013/05/28 23:20), Joshua Berry wrote: > Hi Hiroshi, > > On Fri, May 24, 2013 at 4:25 PM, Hiroshi Inoue <inoue@tpf.co.jp > <mailto: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? No. I have a question about your application. Is your application mutilthreaded? If so, do multiple threads share the same connection? regards, Hiroshi Inoue