Re: index help for uuid datatype

From: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: index help for uuid datatype
Date: 2006-09-16 17:44:45
Message-ID: 1158428685.10117.23.camel@voyager.truesoftware.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)xs4all(dot)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
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-09-16 18:03:47 Re: index help for uuid datatype
Previous Message Bruce Momjian 2006-09-16 17:35:08 Re: [COMMITTERS] pgsql: sslinfo contrib module - information