• Bruce Momjian's avatar
    Finished the Between patch Christopher started. · 3e22406e
    Bruce Momjian authored
    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
    3e22406e
keywords.c 8.93 KB