| 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-04-20 02:28:56 |
| Message-ID: | 20160420022856.GA2006719@tornado.leadboat.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Sat, Mar 19, 2016 at 02:22:59AM -0400, Noah Misch wrote:
> 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.
Ping.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2016-04-20 03:57:00 | Re: BUG #14101: Postgres Service Crashes With Memory Error And Does Not Recover |
| Previous Message | David G. Johnston | 2016-04-20 01:37:45 | Re: Fwd: Postgresql 9.4 installation error |