Re: postmaster became multithreaded during startup

From: Noah Misch <noah(at)leadboat(dot)com>
To: Philip White <philip(at)mailworks(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: postmaster became multithreaded during startup
Date: 2016-03-19 06:22:59
Message-ID: 20160319062259.GA1225981@tornado.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David Gould 2016-03-19 08:12:21 Re: BUG #13750: Autovacuum slows down with large numbers of tables. More workers makes it slower.
Previous Message David G. Johnston 2016-03-19 01:08:54 Re: BUG #14027: n_tup_ins increments regardless of insertion success