• Tom Lane's avatar
    Upgrade cost estimation for joins, per discussion with Bradley Baetz. · 70fba704
    Tom Lane authored
    Try to model the effect of rescanning input tuples in mergejoins;
    account for JOIN_IN short-circuiting where appropriate.  Also, recognize
    that mergejoin and hashjoin clauses may now be more than single operator
    calls, so we have to charge appropriate execution costs.
    70fba704
pg_list.h 4.86 KB