Re: B-tree unique index duplicate key error happens only in SUSE 9.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: B-tree unique index duplicate key error happens only in SUSE 9.3
Дата
Msg-id 17652.1119194216@sss.pgh.pa.us
обсуждение исходный текст
Ответ на B-tree unique index duplicate key error happens only in SUSE 9.3  (Zhenlei Cai <jpenguin@gmail.com>)
Список pgsql-bugs
Zhenlei Cai <jpenguin@gmail.com> writes:
> This bug happens in SUSE 9.3 on both Pentium 4 and AMD64, whether the
> binaries are from  postgresql-8.0.1 RPMs on the SUSE 9.3 DVD or are
> built from 8.0.3 source code. However this bug does NOT happen with a
> Debian box (unstable) running 8.0.3 on an x86 (Athlon XP, whether
> binary or built from source). The problem is Postgresql claims two

What makes you think this is a Postgres bug, rather than a bug in the
locale definition you are using on the SUSE box?  Try feeding the two
strings in question to strcoll() and see what happens.

One way that you can get inconsistent results from strcoll() is if you
feed it strings that are invalid according to the character set encoding
that strcoll() thinks you are using, which is to say the encoding
implied by the current LC_CTYPE locale setting.  So it's possible that
the real problem is that you have Postgres' database encoding set to
something that's incompatible with the postmaster's LC_CTYPE locale.
(Try "show lc_ctype" to see what that is exactly.)

            regards, tom lane

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

Предыдущее
От: "John Hansen"
Дата:
Сообщение: Re: B-tree unique index duplicate key error happens only in SUSE 9.3
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1721: mutiple bytes character string comaprison error