Re: Between Node - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: Between Node
Date
Msg-id GNELIHDDFBOCMGBFGEFOAEDGCDAA.chriskl@familyhealth.com.au
Whole thread Raw
In response to Re: Between Node  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Between Node  (Rod Taylor <rbt@zort.ca>)
List pgsql-patches
I believe Tom mentioned that having BETWEEN as a node would allow him to do
some sort of funky optimiser improvement.  Is that already done or does he
still need to do it?

Chris

> -----Original Message-----
> From: pgsql-patches-owner@postgresql.org
> [mailto:pgsql-patches-owner@postgresql.org]On Behalf Of Bruce Momjian
> Sent: Thursday, 18 July 2002 12:42 PM
> To: Rod Taylor
> Cc: pgsql-patches@postgresql.org
> Subject: Re: [PATCHES] Between Node
>
>
>
> Patch applied.  Thanks.
>
> ------------------------------------------------------------------
> ---------
>
>
> Rod Taylor wrote:
> > Finished the Between patch Christopher started.
> >
> > Implements between (symmetric / asymmetric) as a node.
> >
> > Executes the left or right expression once, makes a Const out of the
> > resulting Datum and executes the >=, <= portions out of the Const sets.
> >
> > Of course, the parser does a fair amount of preparatory work for this to
> > happen.
>
> [ Attachment, skipping... ]
>
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 6: Have you searched our list archives?
> >
> > http://archives.postgresql.org
>
> --
>   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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: utils C files
Next
From: Bruce Momjian
Date:
Subject: Re: utils C files