Re: [BUGS] [ODBC] Segmentation Fault in Postgres server when using psqlODBC

2013-06-13 Thread Joshua Berry
Hiroshi, Tom, and Andres, On Thu, Jun 13, 2013 at 12:16 PM, Tom Lane wrote: > Hiroshi Inoue writes: > > 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. > Many thanks for your time

Re: [BUGS] [ODBC] Segmentation Fault in Postgres server when using psqlODBC

2013-06-11 Thread Joshua Berry
Hiroshi Inoue has developed the attached patch to correct the issue that was reported. More of the dialogue can be found in the pgsql-odbc list. The root issue: Inoue, Hiroshi mailto:in...@tpf.co.jp>> wrote: >> >> It's also preferrable to fix the crash at backend. >> The cra

[BUGS] Segmentation Fault in Postgres server when using psqlODBC

2013-05-24 Thread Joshua Berry
Hi Groups, I'm dealing with periodic backend process segmentation faults. I'm posting to both the bugs and odbc lists as it seems that my application's use of pgsqlODBC triggers a bug in the postgres backend. The environment is: Clients: win32 clients using various version of the psqlODBC driver