• Tom Lane's avatar
    Fix make_clause and make_opclause to record valid type info · fc43696d
    Tom Lane authored
    in the Expr nodes they produce.  This fixes a few cases of errors like
    'typeidTypeRelid: Invalid type - oid = 0' caused by calling parser-related
    routines on expression trees that have already been processed by planner-
    related routines.
    fc43696d
clauses.c 44.3 KB