Re: index help for uuid datatype - Mailing list pgsql-hackers

From Gevik Babakhani
Subject Re: index help for uuid datatype
Date
Msg-id 1158428685.10117.23.camel@voyager.truesoftware.net
Whole thread Raw
In response to Re: index help for uuid datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: index help for uuid datatype  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: sslinfo contrib module - information
Next
From: Tom Lane
Date:
Subject: Re: index help for uuid datatype