Re: [GENERAL] primary index permits duplicates

2006-02-17 Thread Tom Lane
H Hale <[EMAIL PROTECTED]> writes: > Let's assume for a moment the dsuuid lib is correct, how then is it > possible to get non-unique values for a primary index? Well, you're assuming a fact not in evidence as far as I'm concerned. But feel free to send in a reproducible test case, and we'll

Re: [GENERAL] primary index permits duplicates

2006-02-17 Thread H Hale
dsuuid is my library The library uses standard uuid comparison functions provided with linux. To clarify, the compare returns the same value the uuid compare functions.   From man page...   Returns an integer less than, equal to, or greater than zero if uu1 is found, respectively, to be lexigr

Re: [GENERAL] primary index permits duplicates

2006-02-17 Thread Tom Lane
H Hale <[EMAIL PROTECTED]> 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