• Tom Lane's avatar
    Add the ability to extract OR indexscan conditions from OR-of-AND · 9091e8d1
    Tom Lane authored
    join conditions in which each OR subclause includes a constraint on
    the same relation.  This implements the other useful side-effect of
    conversion to CNF format, without its unpleasant side-effects.  As
    per pghackers discussion of a few weeks ago.
    9091e8d1
costsize.c 61.3 KB