geqo_rel_paths(): compute_joinrel_size() shouldn't be called
Vadim B. Mikheev <vadim4o@yahoo.com>
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);
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/optimizer/geqo/geqo_paths.c | modified | +3 −2 |