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,
803803 PrelChildrenCount (prel ));
804804
805805 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 ;
807807
808808 return ; /* done, exit */
809809 }
@@ -828,9 +828,8 @@ handle_const(const Const *c,
828828 PrelGetRangesArray (context -> prel ),
829829 PrelChildrenCount (context -> prel ),
830830 strategy ,
831- result ); /* output */
832-
833- result -> paramsel = estimate_paramsel_using_prel (prel , strategy );
831+ result ); /* result->rangeset = ... */
832+ result -> paramsel = 1.0 ;
834833
835834 return ; /* done, exit */
836835 }
@@ -841,7 +840,7 @@ handle_const(const Const *c,
841840
842841handle_const_return :
843842 result -> rangeset = list_make1_irange_full (prel , IR_LOSSY );
844- result -> paramsel = estimate_paramsel_using_prel ( prel , strategy ) ;
843+ result -> paramsel = 1.0 ;
845844}
846845
847846/* Array handler */
You can’t perform that action at this time.
0 commit comments