aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2020-11-30 12:54:31 +0900
committerFujii Masao <fujii@postgresql.org>2020-11-30 12:54:31 +0900
commit6742e14959a3033d946ab3d67f5ce4c99367d332 (patch)
treec803d6ea76f00a8133cf8374849973dade59abdb /src
parent98e2d58d66c81d9f1e49813c1acd4d7312089f4a (diff)
downloadpostgresql-6742e14959a3033d946ab3d67f5ce4c99367d332.tar.gz
postgresql-6742e14959a3033d946ab3d67f5ce4c99367d332.zip
Fix typo in comment.
Author: Haiying Tang <tanghy.fnst@cn.fujitsu.com> Discussion: https://postgr.es/m/48a0928ac94b497d9c40acf1de394c15@G08CNEXMBPEKD05.g08.fujitsu.local
Diffstat (limited to 'src')
-rw-r--r--src/include/optimizer/cost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h
index 6141654e478..8e621d2f761 100644
--- 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