Vadim B. Mikheev dee872de5c 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);
1997-06-11 02:44:12 +00:00
..
1997-06-07 17:34:35 +00:00
1996-12-26 17:49:56 +00:00
1997-06-04 08:56:51 +00:00