Re: primary index permits duplicates

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: primary index permits duplicates
Дата
Msg-id 12279.1140208298@sss.pgh.pa.us
обсуждение исходный текст
Ответ на primary index permits duplicates  (H Hale <hhale21@rogers.com>)
Ответы Re: primary index permits duplicates  (H Hale <hhale21@rogers.com>)
Список pgsql-general
H Hale <hhale21@rogers.com> writes:
>  dsuuid is a custom data type for uuids with an external library with comparsion functions.

Unless you can reproduce this with a standard datatype, you should
probably file this report with the developer(s) of dsuuid.  It sounds
like an incorrect comparison function to me.

>  The compare returns 0 if equal otherwise non-zero.

In fact, if that's what the code actually thinks the API is, that's
the problem right there ... it's supposed to be a three-way result.

            regards, tom lane

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

Предыдущее
От: H Hale
Дата:
Сообщение: primary index permits duplicates
Следующее
От: Ragnar
Дата:
Сообщение: Re: Converting an ASCII database to an UTF-8 database