diff options
| author | Simon Riggs <simon@2ndQuadrant.com> | 2017-04-05 15:38:17 -0400 |
|---|---|---|
| committer | Simon Riggs <simon@2ndQuadrant.com> | 2017-04-05 15:38:17 -0400 |
| commit | 00b6b6feb12cef53737287b67ecef6aff1f1d8ab (patch) | |
| tree | 70eec246ea472e47e55eaaa099b8f814deb48243 /doc/src | |
| parent | ed770c325ca374fee7b3b66f5cb29af1a73a1743 (diff) | |
Allow --with-wal-segsize=n up to n=1024MB
Other part of Beena Emerson's patch to allow testing
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 39774a058ac..26bfab1ea5f 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1049,7 +1049,7 @@ su - postgres the size of each individual file in the WAL log. It may be useful to adjust this size to control the granularity of WAL log shipping. The default size is 16 megabytes. - The value must be a power of 2 between 1 and 64 (megabytes). + The value must be a power of 2 between 1 and 1024 (megabytes). Note that changing this value requires an initdb. </para> </listitem> |
