bytea_ops - Mailing list pgsql-patches

From Joe Conway
Subject bytea_ops
Date
Msg-id 00c201c122af$ac655db0$0705a8c0@jecw2k1
Whole thread Raw
Responses Re: bytea_ops  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Select parser at runtime
Next
From: Tom Lane
Date:
Subject: Re: bytea_ops