Re: Int2 vector to array equality

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Int2 vector to array equality
Date: 2004-06-07 00:26:02
Message-ID: 22203.1086567962@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 ...

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Matthew T. O'Connor 2004-06-07 05:38:47 pg_autovacuum integration proof of concept patch
Previous Message Andreas Pflug 2004-06-06 23:30:58 Int2 vector to array equality