Re: Git-master regression failure

From: Kevin Grittner <kgrittn(at)ymail(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, Svenne Krap <svenne(dot)lists(at)krap(dot)dk>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Git-master regression failure
Date: 2013-06-18 20:23:43
Message-ID: 1371587023.91131.YahooMailNeo@web162906.mail.bf1.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Jeff Janes <jeff(dot)janes(at)gmail(dot)com> wrote:

> The problem is the f1 > 'WA' part of the query.  In Danish,
> apparently 'AA' > 'WA', so two more rows show up.

Thanks -- I didn't have the right locale installed, and wasn't
quite sure what package to install to get it.

So, the test is bad, rather than there being a production bug.

> I don't know how important it is to the community for make check
> to pass under every possible LANG setting, or the best way to go
> about fixing it if it is important.

We should probably tweak the test to not use a range which fails in
any known locale.

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2013-06-18 20:44:39 Re: GIN improvements part 1: additional information
Previous Message Jeff Janes 2013-06-18 20:18:31 Re: Git-master regression failure