Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0a5a493

Browse files
committed
Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
This was incorrectly referring to --walsegsize, and its description is rewritten in a clearer way. Author: Ian Barwick, Tom Lane Reviewed-by: Álvaro Herrera, Michael Paquier Discussion: https://postgr.es/m/08534fc6-119a-c498-254e-d5acc4e6bf85@2ndquadrant.com
1 parent 6b9bba2 commit 0a5a493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/pg_config_manual.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
*/
1515

1616
/*
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.
17+
* This is the default value for wal_segment_size to be used when initdb is run
18+
* without the --wal-segsize option. It must be a valid segment size.
1919
*/
2020
#define DEFAULT_XLOG_SEG_SIZE (16*1024*1024)
2121

0 commit comments

Comments
 (0)