Re: Statistics Import and Export

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Statistics Import and Export
Дата
Msg-id 1475579.1740429613@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Statistics Import and Export  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: Statistics Import and Export
Список pgsql-hackers
Jeff Davis <pgsql@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



В списке pgsql-hackers по дате отправления: