Skip to content

Commit 6742e14

Browse files
committed
Fix typo in comment.
Author: Haiying Tang <tanghy.fnst@cn.fujitsu.com> Discussion: https://postgr.es/m/48a0928ac94b497d9c40acf1de394c15@G08CNEXMBPEKD05.g08.fujitsu.local
1 parent 98e2d58 commit 6742e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/optimizer/cost.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/* defaults for costsize.c's Cost parameters */
2222
/* NB: cost-estimation code should use the variables, not these constants! */
23-
/* If you change these, update backend/utils/misc/postgresql.sample.conf */
23+
/* If you change these, update backend/utils/misc/postgresql.conf.sample */
2424
#define DEFAULT_SEQ_PAGE_COST 1.0
2525
#define DEFAULT_RANDOM_PAGE_COST 4.0
2626
#define DEFAULT_CPU_TUPLE_COST 0.01

0 commit comments

Comments
 (0)