Re: create index regression fail

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: create index regression fail
Дата
Msg-id 25719.1326394789@sss.pgh.pa.us
обсуждение исходный текст
Ответ на create index regression fail  (Jaime Casanova <jaime@2ndquadrant.com>)
Ответы Re: create index regression fail  (Jaime Casanova <jaime@2ndquadrant.com>)
Список pgsql-hackers
Jaime Casanova <jaime@2ndquadrant.com> writes:
> the query where the regression fails is:

> SELECT count(*) FROM dupindexcols
>   WHERE f1 > 'LX' and id < 1000 and f1 ~<~ 'YX';

> my first theory was that it was because some locale because mine is
> es_EC.UTF-8 but the content of the table doesn't justify that,

[ experiments... ]  Looks like you're wrong about that.  In ec_EC locale
on my machine, the test accepts these rows that are not accepted in C
locale:
 223 | LLKAAA 738 | LLEAAA

I'll change the lower bound to 'MA' and see if that's any more portable.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Remembering bug #6123
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Re: [COMMITTERS] pgsql: Send new protocol keepalive messages to standby servers.