Re: postmaster became multithreaded during startup

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: postmaster became multithreaded during startup
Дата
Msg-id 20160319062259.GA1225981@tornado.leadboat.com
обсуждение исходный текст
Ответ на postmaster became multithreaded during startup  (Philip White <philip@mailworks.org>)
Ответы Re: postmaster became multithreaded during startup  (Noah Misch <noah@leadboat.com>)
Список pgsql-bugs
On Wed, Mar 16, 2016 at 01:53:57PM -0700, Philip White wrote:
> FATAL:  postmaster became multithreaded during startup
> HINT:  Set the LC_ALL environment variable to a valid locale.

> $ locale
> LANG="en_US.UTF-8"
> LC_COLLATE="en_US.UTF-8"
> LC_CTYPE="en_US.UTF-8"
> LC_MESSAGES="en_US.UTF-8"
> LC_MONETARY="en_US.UTF-8"
> LC_NUMERIC="en_US.UTF-8"
> LC_TIME="en_US.UTF-8"
> LC_ALL="en_US.UTF-8"
>
> Now that my LC_* variables are correct, I am stumped. Any ideas?

What is the output of "env | grep -E '^(LC|LANG)'"?  "locale" command output
tells us the effective setting for each locale category, but it doesn't tell
us which environment variables or other sources provided those settings.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: BUG #14027: n_tup_ins increments regardless of insertion success
Следующее
От: David Gould
Дата:
Сообщение: Re: BUG #13750: Autovacuum slows down with large numbers of tables. More workers makes it slower.