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 98e2d58 commit 6742e14Copy full SHA for 6742e14
src/include/optimizer/cost.h
@@ -20,7 +20,7 @@
20
21
/* defaults for costsize.c's Cost parameters */
22
/* NB: cost-estimation code should use the variables, not these constants! */
23
-/* If you change these, update backend/utils/misc/postgresql.sample.conf */
+/* If you change these, update backend/utils/misc/postgresql.conf.sample */
24
#define DEFAULT_SEQ_PAGE_COST 1.0
25
#define DEFAULT_RANDOM_PAGE_COST 4.0
26
#define DEFAULT_CPU_TUPLE_COST 0.01
0 commit comments