Re: Help with hang on empty query (PG 7.3.2,

From: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
To: <swampler(at)noao(dot)edu>
Cc: "'Postgres-ODBC'" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Help with hang on empty query (PG 7.3.2,
Date: 2003-11-08 23:33:36
Message-ID: 012c01c3a650$bb5a07e0$3d283ddb@PbgX
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Steve Wampler
>
> On Fri, 2003-11-07 at 09:05, Steve Wampler wrote:
> > I recently upgraded a system from RedHat 8 to RedHat 9, which
> > meant an upgrade of PG 7.2 to 7.3.2. Several applications
> > that are written in a language that relies upon odbc to access
> > postgresql have stopped working.
>
> I've now verified that the same hang occurs when using the
> odbctest program that comes with libiodbc.
>
> Can anyone suggest a way to track this down further? Thanks!

Could you try to remove ENTER_CONN_CS in CC_send_query
in connection.c and change all RETURN_AFTER_LEAVE_CS(self, ..)
to "return ..(the 2nd parameter) "?

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2003-11-08 23:45:13 Re: SQLSetPos with SQL_POSITION
Previous Message Timothy Reaves 2003-11-08 20:18:36 Re: help with OSX make problem