• Tom Lane's avatar
    Guard against parallel-restricted functions in VALUES expressions. · 65a603e9
    Tom Lane authored
    Obvious brain fade in set_rel_consider_parallel().  Noticed it while
    adjusting the adjacent RTE_FUNCTION case.
    
    In 9.6, also make the code look more like what I just did in HEAD
    by removing the unnecessary function_rte_parallel_ok subroutine
    (it does nothing that expression_tree_walker wouldn't do).
    65a603e9
allpaths.c 96.5 KB