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

From Tom Lane
Subject Re: Solaris versus our NLS files
Date
Msg-id 641931.1765385342@sss.pgh.pa.us
Whole thread Raw
In response to Re: Solaris versus our NLS files  (Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>)
List pgsql-hackers
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari@ilmari.org> writes:
> Álvaro Herrera <alvherre@kurilemu.de> writes:
>> Oh.  Well, that's clearly a process failure, and the fix will require us
>> deleting that file on all branches from 16 and up anyway, so I have no
>> issues with the plan of requiring all message catalogs to be UTF-8.

> Digging a bit more in the history of **/nb.po, there seems to be a
> policy that files that are less than 80% translated are removed¹, and I
> guess this file was just below the threshold on the 12-15 branches, but
> just above the threshold on master and 16+.

There may actually be an update-process bug here, because according to
[1], pg_config's nb translation is below 70% in all current branches.
So src/bin/pg_config/po/nb.po should not be propagated to gitmaster
in any branch later than v12, yet here it is in the more recent
branches.  I'm suspecting a logic bug that fails to delete files
that should be deleted.

            regards, tom lane

[1] https://babel.postgresql.org



pgsql-hackers by date:

Previous
From: Nico Williams
Date:
Subject: Re: Solaris versus our NLS files
Next
From: Renan Alves Fonseca
Date:
Subject: Re: PoC: Compute a histogram of prune_xid to support autovacuum improvements