Skip to content

Commit 417809f

Browse files
committed
My Draft
1 parent 59132bf commit 417809f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/backend/statistics/extended_stats.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3406,7 +3406,14 @@ statext_clauselist_join_selectivity(PlannerInfo *root, List *clauses, int varRel
34063406
continue;
34073407
}
34083408
else
3409+
{
3410+
/*
3411+
* TODO:
3412+
* We don't have MCV statistics at all. Should find max number of
3413+
* clauses which can fit some distinct statistic
3414+
*/
34093415
continue;
3416+
}
34103417

34113418
/*
34123419
* Now mark all the clauses for this join pair as estimated.

0 commit comments

Comments
 (0)