On Wed, Jun 19, 2013 at 8:41 AM, Kevin Grittner <kgri...@ymail.com> wrote:

> Peter Eisentraut <pete...@gmx.net> wrote:
> > On 6/19/13 9:18 AM, Kevin Grittner wrote:
>
> >> Does anyone object to the attached change, so that regression tests
> >> pass when run in a Danish locale?  I think it should be
> >> back-patched to 9.2, where the test was introduced.
> >
> > Yes, that should be fixed.  I wouldn't put in the comment, though.  A
> > few releases ago, I fixed a number of other "Danish" issues, so adding
> > this comment would give the impression that this the only place.
>
> OK, pushed without the comment.
>

I had started this and let it run overnight:

for LANG in `locale -a`; do make check >& /dev/null ; echo $? $LANG; done

Of the 735 language/locales/encodings, I got 93 failures.  After your
commit I re-tested just the failures, and it fixed 25 of them.

Of the ones I looked at, most of the problems are in create_index, some in
matview as well.

Lithuanian has Y coming between I and J.  Estonian has Z between S and T.
 Norwegian seems to treat V and W as being equal except to break
suffix-ties.

Is there an infrastructure to use a different expected file depending on
the LANG used?

Cheers,

Jeff

Reply via email to