• Tom Lane's avatar
    Cause planner to account for evaluation costs in targetlists and · 8ac6d952
    Tom Lane authored
    HAVING quals.  Normally this is an insignificant effect --- but it
    will not be insignificant when these clauses contain sub-selects.
    The added costs cannot affect the planning of the query containing
    them, but they might have an impact when the query is a sub-query
    of a larger one.
    8ac6d952
subselect.c 24.2 KB