10000
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 d7a6a04 commit b24c02fCopy full SHA for b24c02f
src/backend/optimizer/path/costsize.c
@@ -54,7 +54,7 @@
54
* Portions Copyright (c) 1994, Regents of the University of California
55
*
56
* IDENTIFICATION
57
- * $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.206 2009/03/26 17:15:35 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.207 2009/04/17 15:33:33 tgl Exp $
58
59
*-------------------------------------------------------------------------
60
*/
@@ -97,7 +97,7 @@ double cpu_operator_cost = DEFAULT_CPU_OPERATOR_COST;
97
98
int effective_cache_size = DEFAULT_EFFECTIVE_CACHE_SIZE;
99
100
-Cost disable_cost = 100000000.0;
+Cost disable_cost = 1.0e10;
101
102
bool enable_seqscan = true;
103
bool enable_indexscan = true;
0 commit comments