mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Allow --with-wal-segsize=n up to n=1024MB
Other part of Beena Emerson's patch to allow testing
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user