Skip to content
Snippets Groups Projects
Commit dee872de authored by Vadim B. Mikheev's avatar Vadim B. Mikheev
Browse files

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);
parent 5c2649b6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment