File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -803,7 +803,7 @@ handle_const(const Const *c,
803
803
PrelChildrenCount (prel ));
804
804
805
805
result -> rangeset = list_make1_irange (make_irange (idx , idx , IR_LOSSY ));
806
- result -> paramsel = estimate_paramsel_using_prel ( prel , strategy ) ;
806
+ result -> paramsel = 1.0 ;
807
807
808
808
return ; /* done, exit */
809
809
}
@@ -828,9 +828,8 @@ handle_const(const Const *c,
828
828
PrelGetRangesArray (context -> prel ),
829
829
PrelChildrenCount (context -> prel ),
830
830
strategy ,
831
- result ); /* output */
832
-
833
- result -> paramsel = estimate_paramsel_using_prel (prel , strategy );
831
+ result ); /* result->rangeset = ... */
832
+ result -> paramsel = 1.0 ;
834
833
835
834
return ; /* done, exit */
836
835
}
@@ -841,7 +840,7 @@ handle_const(const Const *c,
841
840
842
841
handle_const_return :
843
842
result -> rangeset = list_make1_irange_full (prel , IR_LOSSY );
844
- result -> paramsel = estimate_paramsel_using_prel ( prel , strategy ) ;
843
+ result -> paramsel = 1.0 ;
845
844
}
846
845
847
846
/* Array handler */
You can’t perform that action at this time.
0 commit comments