Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes and "like") - Mailing list pgsql-patches

From Tom Lane
Subject Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes and "like")
Date
Msg-id 22825.1029726246@sss.pgh.pa.us
Whole thread Raw
In response to Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> OK. I'll look at both options and make another diff -c proposal ;-) Once
> that's resolved I'll go back to original issue Alvar raised.

Okay.  When you get back to the original issue, the gold is hidden in
src/backend/optimizer/path/indxpath.c; see the "special indexable
operators" stuff near the bottom of that file.  (It's a bit of a crock
that this code is hardwired there, and not somehow accessed through a
system catalog, but it's what we've got at the moment.)

            regards, tom lane

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes
Next
From: Joe Conway
Date:
Subject: Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes