Jeff Davis <pg...@j-davis.com> 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