Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes and "like")

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Alvar Freude <alvar(at)a-blast(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes and "like")
Date: 2002-08-19 03:04:06
Message-ID: 22825.1029726246@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-patches

Joe Conway <mail(at)joeconway(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2002-08-19 03:18:01 Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes
Previous Message Joe Conway 2002-08-19 01:53:26 Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes

Browse pgsql-patches by date

  From Date Subject
Next Message Joe Conway 2002-08-19 03:18:01 Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes
Previous Message Joe Conway 2002-08-19 01:53:26 Re: bytea operator bugs (was Re: [GENERAL] BYTEA, indexes