• Tom Lane's avatar
    Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though · 8a9acd3c
    Tom Lane authored
    they were broken-out AND or OR lists.  The least grotty way to do this
    seemed to be to set up a general mechanism for handling nodes as though
    they were ANDs or ORs.  There's no other immediate use for it, but perhaps
    we might want to use the mechanism someday for things like BETWEEN
    SYMMETRIC.
    8a9acd3c
predtest.c 38.8 KB