Обсуждение: Fedora 29 vs linux collation tests

Поиск
Список
Период
Сортировка

Fedora 29 vs linux collation tests

От
Andrew Dunstan
Дата:
Yesterday I did a long overdue upgrade to the machine that runs 
buildfarm animal crake. After some hiccups it's all working, except for 
the linux utf8 collation tests. See 
<https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2018-11-07%2002%3A33%3A22>

where you can see this:

   SET lc_time TO 'tr_TR';
+ ERROR:  invalid value for parameter "lc_time": "tr_TR"


`locale -a | grep tr_TR` on the machine reports:

tr_TR
tr_TR.iso88599
tr_TR.utf8


so I'm not sure what's going on here.

cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



Re: Fedora 29 vs linux collation tests

От
Andrew Dunstan
Дата:
On 11/7/18 9:01 AM, Andrew Dunstan wrote:
>
> Yesterday I did a long overdue upgrade to the machine that runs 
> buildfarm animal crake. After some hiccups it's all working, except 
> for the linux utf8 collation tests. See 
> <https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2018-11-07%2002%3A33%3A22>
>
> where you can see this:
>
>   SET lc_time TO 'tr_TR';
> + ERROR:  invalid value for parameter "lc_time": "tr_TR"
>
>
> `locale -a | grep tr_TR` on the machine reports:
>
> tr_TR
> tr_TR.iso88599
> tr_TR.utf8
>
>
> so I'm not sure what's going on here.
>
>


Looks like this is cured by

     sudo dnf install glibc-all-langpacks

Sorry for the noise


cheers


andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services