Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Statistics Import and Export - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Statistics Import and Export
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Statistics Import and Export  (Jeff Davis <[email protected]>)
Responses Re: Statistics Import and Export
List pgsql-hackers
Jeff Davis <[email protected]> writes:
> There actually is a concern here, in that the backend always has
> LC_NUMERIC=C when doing float4in/out, but pg_dump does not.

Hmm ... interesting point, but does it matter?  I think we always use
our own sprintf even in frontend, and it doesn't react to LC_NUMERIC.
I guess atof might be more of a concern though.

> Patch attached.

I'm a little suspicious whether that has any effect if you insert it
before set_pglocale_pgservice().

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: MAX_BACKENDS size (comment accuracy)
Next
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export