geqo_rel_paths(): compute_joinrel_size() shouldn't be called
for non-JoinPath path! So now we have: if ( IsA_JoinPath (cheapest) ) rel->size = compute_joinrel_size(cheapest);
Showing
Please register or sign in to comment
for non-JoinPath path! So now we have: if ( IsA_JoinPath (cheapest) ) rel->size = compute_joinrel_size(cheapest);