Between Node

From: Rod Taylor <rbt(at)zort(dot)ca>
To: pgsql-patches(at)postgresql(dot)org
Subject: Between Node
Date: 2002-07-10 01:43:40
Message-ID: 1026265422.14272.4.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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 Content-Type Size
between.patch text/plain 30.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-07-10 02:04:44 Re: Between Node
Previous Message Joe Conway 2002-07-09 20:36:47 Table Function API patch (was Re: another SRF question)