Re: BETWEEN SYMMETRIC/ASYMMETRIC - Mailing list pgsql-hackers

From Christopher Kings-Lynne
Subject Re: BETWEEN SYMMETRIC/ASYMMETRIC
Date
Msg-id GNELIHDDFBOCMGBFGEFOAEDBCCAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: BETWEEN SYMMETRIC/ASYMMETRIC  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: BETWEEN SYMMETRIC/ASYMMETRIC  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> > So should I go ahead and submit a patch for BETWEEN that adds SYMMETRY
> > support in the old-style code, and then at a later stage submit
> a patch that
> > makes BETWEEN a proper node?
>
> Sure, I think that makes sense.  The larger BETWEEN node code will be
> tricky.

Question: Why have you created a special case for NOT BETWEEN?  Wouldn't you
just need a BETWEEN node and the NOT node will handle the NOTing?

Or is it because BETWEEN isn't a node at the moment?

Chris



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BETWEEN SYMMETRIC/ASYMMETRIC
Next
From: "Rod Taylor"
Date:
Subject: Re: [PATCHES] YADP - Yet another Dependency Patch