We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372c2d2 commit 8a41e28Copy full SHA for 8a41e28
contrib/aqo/auto_tuning.c
@@ -85,7 +85,7 @@ converged_cq(double *elems, int nelems)
85
bool
86
is_in_infinite_loop_cq(double *elems, int nelems)
87
{
88
- if (nelems - auto_tuning_infinite_loop > auto_tuning_window_size + 2)
+ if (nelems - auto_tuning_infinite_loop < auto_tuning_window_size + 2)
89
return false;
90
91
return !converged_cq(elems, nelems) &&
0 commit comments