Re: odbc bug in convert.c

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: tz(at)ingenion(dot)de, pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc bug in convert.c
Date: 2004-07-20 08:31:11
Message-ID: 200407201031.11396.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Thomas Zehbe wrote:
> This is the code (starting at line 1041, with HAVE_LOCAL_H defined)
> which crashed:
> <snip>
> case SQL_C_FLOAT:
> #ifdef HAVE_LOCALE_H
> strcpy(saved_locale, setlocale(LC_ALL, NULL));
> setlocale(LC_ALL, "C");
> #endif /* HAVE_LOCALE_H */

I've changed this to do dynamic allocation. Please try again with CVS
tip.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Eisentraut 2004-07-20 08:34:04 Re: psqlODBC LGPL Licence
Previous Message Dave Page 2004-07-20 07:35:26 Re: psqlODBC / install / WinXP