Thanks to visit codestin.com Credit goes to github.com
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 d52a91a commit b2f14e1Copy full SHA for b2f14e1
src/backend/optimizer/geqo/geqo_params.c
@@ -5,7 +5,7 @@
5
*
6
* Copyright (c) 1994, Regents of the University of California
7
8
-* $Id: geqo_params.c,v 1.16 1999/05/22 19:29:01 tgl Exp $
+* $Id: geqo_params.c,v 1.17 1999/05/22 23:27:19 tgl Exp $
9
10
*-------------------------------------------------------------------------
11
*/
@@ -240,10 +240,7 @@ geqo_params(int string_length)
240
/**************** Effort: essential ****************/
241
if (!(effort))
242
{
243
- if (PoolSize == MAX_POOL)
244
- effort = HIGH_EFFORT;
245
- else
246
- effort = MEDIUM_EFFORT;
+ effort = MEDIUM_EFFORT;
247
248
elog(DEBUG, "geqo_params: no optimization effort specified;\nusing value of %d", effort);
249
0 commit comments