Tom Lane wrote:
>Andreas Pflug <pgadmin(at)pse-consulting(dot)de> 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, but we only have
int2vector anyway.
Regards,
Andreas