ECPG patch: get descriptor did not use "C" locale while parsing data - Mailing list pgsql-interfaces

From Christof Petig
Subject ECPG patch: get descriptor did not use "C" locale while parsing data
Date
Msg-id 3C4ED7D6.4000209@petig-baender.de
Whole thread Raw
Responses Re: ECPG patch: get descriptor did not use "C" locale while  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: ECPG patch: get descriptor did not use "C" locale while parsing data  (Michael Meskes <meskes@postgresql.org>)
List pgsql-interfaces
Hi Michael,

The bug description is quite simple try to use get descriptor on a float
variable while LC_NUMERIC=de is active ... you get incorrectly formatted
float value.

Please apply the fix.

Yours
    Christof


Attachment

pgsql-interfaces by date:

Previous
From: Christof Petig
Date:
Subject: Re: ECPG patch: get descriptor did not use "C" locale while parsing data
Next
From: Bruce Momjian
Date:
Subject: Re: ECPG patch: get descriptor did not use "C" locale while