Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb24c02f

Browse files
committed
Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka.
1 parentd7a6a04 commitb24c02f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/optimizer/path/costsize.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* Portions Copyright (c) 1994, Regents of the University of California
5555
*
5656
* IDENTIFICATION
57-
* $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.206 2009/03/26 17:15:35 tgl Exp $
57+
* $PostgreSQL: pgsql/src/backend/optimizer/path/costsize.c,v 1.207 2009/04/1715:33:33 tgl Exp $
5858
*
5959
*-------------------------------------------------------------------------
6060
*/
@@ -97,7 +97,7 @@ doublecpu_operator_cost = DEFAULT_CPU_OPERATOR_COST;
9797

9898
inteffective_cache_size=DEFAULT_EFFECTIVE_CACHE_SIZE;
9999

100-
Costdisable_cost=100000000.0;
100+
Costdisable_cost=1.0e10;
101101

102102
boolenable_seqscan= true;
103103
boolenable_indexscan= true;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp