Re: fixes for the Danish locale - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fixes for the Danish locale
Date
Msg-id 10969.1469135504@sss.pgh.pa.us
Whole thread Raw
In response to fixes for the Danish locale  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: fixes for the Danish locale  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> In Danish, the sequence 'aa' is sometimes treated as a single letter
> which collates after 'z'.
> Some regression tests got into 9.5, and are still in 9.6beta3, which
> fail due to assuming they know how things will sort or compare.

As of HEAD, "LANG=danish make check-world" passes for me, which it
did not before the round of fixes I just pushed.

I see that the core tests fall over in Turkish still :-(
        regards, tom lane



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: pg_restore & search_path, COPY failed for table "mytable": ERROR: function myinnerfunction(integer) does not exist
Next
From: Jim Nasby
Date:
Subject: Re: PoC: Make it possible to disallow WHERE-less UPDATE and DELETE