Fedora 29 vs linux collation tests

From: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Fedora 29 vs linux collation tests
Date: 2018-11-07 14:01:13
Message-ID: d135fda6-bb7f-cf1d-431f-72f2aa7f0428@2ndQuadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jesper Pedersen 2018-11-07 14:03:27 Re: pread() and pwrite()
Previous Message Robert Haas 2018-11-07 13:58:39 Re: ATTACH/DETACH PARTITION CONCURRENTLY