• Tom Lane's avatar
    Improve planner's estimation of the size of an append relation: rather than · 2c2161a4
    Tom Lane authored
    taking the maximum of any child rel's width, we should weight the widths
    proportionally to the number of rows expected from each child.  In hindsight
    this is obviously correct because row width is really a proxy for the total
    physical size of the relation.  Per discussion with Scott Carey (bug #4264).
    2c2161a4
createplan.c 94.6 KB