Re: Solaris versus our NLS files - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Solaris versus our NLS files
Date
Msg-id CA+hUKGKFkDj7Tacm5_LVgPhwEe1A9A5CR=QeeRpXMtMScvU1yw@mail.gmail.com
Whole thread Raw
In response to Re: Solaris versus our NLS files  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Wed, Dec 10, 2025 at 11:23 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> If you're right about Sun not doing transcoding, then I guess we would
> only need to create symlinks matching the encodings used in our .po
> files, which'd remove the symlink bloat problem and replace it with
> how-do-we-extract-that-encoding-name ... although it looks like all
> but one is in UTF-8, so maybe we should just decree they have to be
> in UTF-8?  The lone exception is src/bin/pg_config/po/nb.po, which
> seems not to have been touched since 2013.

+1



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Consistently use palloc_object() and palloc_array()
Next
From: Peter Geoghegan
Date:
Subject: Re: Trying out read streams in pgvector (an extension)