We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b9bba2 commit 0a5a493Copy full SHA for 0a5a493
src/include/pg_config_manual.h
@@ -14,8 +14,8 @@
14
*/
15
16
/*
17
- * This is default value for wal_segment_size to be used at initdb when run
18
- * without --walsegsize option. Must be a valid segment size.
+ * This is the default value for wal_segment_size to be used when initdb is run
+ * without the --wal-segsize option. It must be a valid segment size.
19
20
#define DEFAULT_XLOG_SEG_SIZE (16*1024*1024)
21
0 commit comments