Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Gevik Babakhani
Subject Re: index help for uuid datatype
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: index help for uuid datatype  (Tom Lane <[email protected]>)
Responses Re: index help for uuid datatype
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 <[email protected]> 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