Re: index help for uuid datatype

Поиск
Список
Период
Сортировка
От Gevik Babakhani
Тема Re: index help for uuid datatype
Дата
Msg-id 1158428685.10117.23.camel@voyager.truesoftware.net
обсуждение исходный текст
Ответ на Re: index help for uuid datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: index help for uuid datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Thank you Tom :) 

I was doing strncmp at some point but it did not work because 
of the '\0'. I have created a custom comparison function and it seems to
work. I am now inserting 6 million records to see if it will break again
and start the other tests from scratch.
Thank you for your help.







On Sat, 2006-09-16 at 12:43 -0400, Tom Lane wrote:
> Gevik Babakhani <pgdev@xs4all.nl> writes:
> > I must be doing something very wrong.....
> > Does anyone ever seen such a thing?
> 
> Your comparison functions for uuid are inconsistent.
> 
>             regards, tom lane
> 



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [COMMITTERS] pgsql: sslinfo contrib module - information
Следующее
От: Tom Lane
Дата:
Сообщение: Re: index help for uuid datatype