Re: Git-master regression failure
От | Jeff Janes |
---|---|
Тема | Re: Git-master regression failure |
Дата | |
Msg-id | CAMkU=1z0+4iRp0+6D9K7=2AbjJ4xEeH=oU+8R6VxfGNTP3kHgw@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Git-master regression failure (Svenne Krap <svenne.lists@krap.dk>) |
Ответы |
Re: Git-master regression failure
Re: Git-master regression failure |
Список | pgsql-hackers |
On Tue, Jun 18, 2013 at 12:51 PM, Svenne Krap <svenne.lists@krap.dk> wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256On 18-06-2013 21:41, Svenne Krap wrote:The regression test was added in 9.2, the earliest interesting commit is
>
>
>
> I will dig futher and get back...
d6d5f67b5b98b1685f9158e9d00a726afb2ae789,
where Tom Lane changes the definition to the current.
I get it back to e2c2c2e8b1df7dfdb01e7, where the ability to have one index with the same column twice appears.
The problem is the f1 > 'WA' part of the query. In Danish, apparently 'AA' > 'WA', so two more rows show up.
SELECT f1 FROM
dupindexcols
WHERE f1 > 'WA' and id < 1000 and f1 ~<~ 'YX' except
SELECT f1 FROM
dupindexcols
WHERE f1 ~>~ 'WA' and id < 1000 and f1 ~<~ 'YX';
f1
--------
AANAAA
AAMAAA
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.
Cheers,
Jeff
В списке pgsql-hackers по дате отправления: