Re: [PATCHES] Int2 vector to array equality

2004-06-07 Thread Andreas Pflug
Tom Lane wrote: Andreas Pflug <[EMAIL PROTECTED]> writes: The attached patch adds an equality operator bool int2array_int2vector_eq(int2[], int2vector) This seems like a remarkably specialized kluge ... gotta be a better way ... How? This could be coded to support any element type, bu

Re: [PATCHES] Int2 vector to array equality

2004-06-06 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > The attached patch adds an equality operator > bool int2array_int2vector_eq(int2[], int2vector) This seems like a remarkably specialized kluge ... gotta be a better way ... regards, tom lane ---(end o