Finished the Between patch Christopher started.

Bruce Momjian <bruce@momjian.us>

Commit: 3e22406ec63b60ed50d3d0c593f9e84b5e1d058b
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-07-18T04:41:46Z
Releases: 7.3.1
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.

Rod Taylor

Files