Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8cf44a9

Browse files
author
Alexandra Pervushina
committed
Remove debug print
1 parent 11cf6fd commit 8cf44a9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

postprocessing.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,7 @@ should_learn(PlanState *ps, AQOPlanNode *node, aqo_obj_stat *ctx,
360360
{
361361
early_term = true;
362362
}
363-
if (early_term)
364-
elog(NOTICE, "Early termination");
363+
365364
*rfactor = early_term ? RELIABILITY_MIN : RELIABILITY_MAX;
366365
return true;
367366
}

0 commit comments

Comments
 (0)