bytea_ops

From: "Joe Conway" <joseph(dot)conway(at)home(dot)com>
To: <pgsql-patches(at)postgresql(dot)org>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: bytea_ops
Date: 2001-08-11 21:50:44
Message-ID: 00c201c122af$ac655db0$0705a8c0@jecw2k1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Not sure if this needs discussion on hackers or not, but I am sure someone
will redirect me if it does ;)

I found that I had a need to create and use an index on bytea columns for a
project I'm currently working on. In the archives, I found this message by
Tom -- http://fts.postgresql.org/db/mw/msg.html?mid=93112 -- in which he
indicated that operators for bytea were needed but no one had gotten to them
yet. So here's a patch against cvs HEAD. Seems to work correctly in my
limited testing, and passes all regression tests. I would appreciate it if
someone
more experienced could give it a look.

Thanks,

-- Joe

Attachment Content-Type Size
bytea_ops_r00.diff application/octet-stream 8.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Steve Howe 2001-08-11 22:36:49 Re: Re: WIN32 errno patch
Previous Message Peter Eisentraut 2001-08-11 20:59:49 Re: [PATCHES] Select parser at runtime