Re: where is the locale set for each server instance?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: where is the locale set for each server instance?
Дата
Msg-id 6442.1110757044@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: where is the locale set for each server instance?  (Palle Girgensohn <girgen@pingpong.net>)
Ответы Re: where is the locale set for each server instance?  (Palle Girgensohn <girgen@pingpong.net>)
Список pgsql-general
Palle Girgensohn <girgen@pingpong.net> writes:
> OK, seems my problem is with ICU. The xlog.c:ReadConfigFile() is not run
> for each backend, it seems, I assume it is forked after that.

No, it is run once in the postmaster, as indeed the comments in it say.

> Seems ICU
> cannot "remember" a setDefault(locale) call for some reason.

Curious.  You'd expect whatever state that sets to persist across a fork.
You should probably ping the ICU people about it.

            regards, tom lane

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

Предыдущее
От: Palle Girgensohn
Дата:
Сообщение: Re: where is the locale set for each server instance?
Следующее
От: Palle Girgensohn
Дата:
Сообщение: Re: where is the locale set for each server instance?