> -----Original Message-----
> From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
> Sent: 12 August 2005 22:25
> To: Dave Page
> Cc: Marko Ristola; pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Libpq driver: thread problem
>
> Dave Page wrote:
> > Err, what's been saved? This is part of a discussion re psqlODBC -
> > there's no patches here yet, and any that do come of it will be for
> > psqlODBC, not the server.
>
> Uh, doesn't libpq have the same issue?
Setlocale() doesn't appear to be used in libpq afaics (unless it's used
in some external macro or function I haven't found).
Besides, the problem being discussed in the thread turned out to be a
logic error in the LIBPQ_Execute function in the driver. Once I tracked
it down, it worked perfectly.
Regards, Dave.