diff options
| author | Michael Paquier | 2018-12-28 23:24:11 +0000 |
|---|---|---|
| committer | Michael Paquier | 2018-12-28 23:24:11 +0000 |
| commit | 0a5a493f042b30afe350763820dc79bb3e6df91a (patch) | |
| tree | 0cc3720865af203054abe5b7dd0d952a427ff3c1 /src | |
| parent | 6b9bba2df8d469a13bf8f0b9eb6933c7eaaff2c1 (diff) | |
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/[email protected]
Diffstat (limited to 'src')
| -rw-r--r-- | src/include/pg_config_manual.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index cc5eedfc41d..02395af797b 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -14,8 +14,8 @@ */ /* - * This is default value for wal_segment_size to be used at initdb when run - * 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. */ #define DEFAULT_XLOG_SEG_SIZE (16*1024*1024) |
