Re: BETWEEN Help - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: BETWEEN Help
Date
Msg-id 200204141854.g3EIs5Y21438@candle.pha.pa.us
Whole thread Raw
In response to Re: BETWEEN Help  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BETWEEN Help  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> > The exact bits I need the advice on really are bits like this:
>
> >  if (expr_result >= lexpr_result &&
> >                                 expr_result <= rexpr_result)
>
> > I know this won't work, but how do I make it work?
>
> You'll need to look up the appropriate comparison operators and call
> them.
>
> My original thoughts about this involved storing the OIDs of the
> comparison operators in the BETWEEN node (probably in the form of
> Oper sub-nodes, to ease using the existing eval machinery).
> But that isn't the whole story; in some cases, it'll be necessary to
> coerce the inputs into comparable datatypes.

Is there special optimizer/index handling needed for BETWEEN that wasn't
needed before because it was transformed into AND/OR comparisons?

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: BETWEEN Help
Next
From: Bruce Momjian
Date:
Subject: Re: TOAST index naming consistency