projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e2d58
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Mon, 30 Nov 2020 03:54:31 +0000
(12:54 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Mon, 30 Nov 2020 03:54:31 +0000
(12:54 +0900)
Author: Haiying Tang <tanghy.fnst@cn.fujitsu.com>
Discussion: https://postgr.es/m/
48a0928ac94b497d9c40acf1de394c15
@G08CNEXMBPEKD05.g08.fujitsu.local
src/include/optimizer/cost.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/optimizer/cost.h
b/src/include/optimizer/cost.h
index 6141654e4783a7d44c58e69959811629cfc5845f..8e621d2f761c58214a788772c495d4555f108452 100644
(file)
--- a/
src/include/optimizer/cost.h
+++ b/
src/include/optimizer/cost.h
@@
-20,7
+20,7
@@
/* defaults for costsize.c's Cost parameters */
/* NB: cost-estimation code should use the variables, not these constants! */
-/* If you change these, update backend/utils/misc/postgresql.
sample.conf
*/
+/* If you change these, update backend/utils/misc/postgresql.
conf.sample
*/
#define DEFAULT_SEQ_PAGE_COST 1.0
#define DEFAULT_RANDOM_PAGE_COST 4.0
#define DEFAULT_CPU_TUPLE_COST 0.01