Re: Issues with inconsistent COLLATION installation - Mailing list pgsql-general

From Tom Lane
Subject Re: Issues with inconsistent COLLATION installation
Date
Msg-id 5178.1568063309@sss.pgh.pa.us
Whole thread Raw
In response to Re: Issues with inconsistent COLLATION installation  ("Daniel Verite" <daniel@manitou-mail.org>)
Responses Re: Issues with inconsistent COLLATION installation
List pgsql-general
"Daniel Verite" <daniel@manitou-mail.org> writes:
> I can reproduce this by creating a new locale *after* starting
> PostgreSQL and trying to use it before a restart.

That is interesting.  I think it must mean that glibc's setlocale()
and newlocale() maintain some kind of internal cache about available
locales ... and there's no logic to flush it if /usr/share/locale
changes.  The individual backends are probably inheriting the cache
state via fork from the postmaster.

            regards, tom lane



pgsql-general by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: Issues with inconsistent COLLATION installation
Next
From: Cory Nemelka
Date:
Subject: Re: Issues with inconsistent COLLATION installation