Commit 5fc1670b authored by Andres Freund's avatar Andres Freund

docs: Adapt wal_segment_size docs to fc49e24f.

Before this change the docs weren't adapted to the fact that
wal_segment_size is now measured in bytes, rather than multiples of
wal_block_size.

Author: David Steele
Discussion: https://postgr.es/m/68ea97d6-2ed9-f339-e57d-ab3a33caf3b1@pgmasters.net
Backpatch: 11-, like fc49e24f itself.
parent f26c06a4
...@@ -8445,11 +8445,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' ...@@ -8445,11 +8445,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
</term> </term>
<listitem> <listitem>
<para> <para>
Reports the number of blocks (pages) in a WAL segment file. Reports the size of write ahead log segments. The default value is
The total size of a WAL segment file in bytes is equal to 16MB. See <xref linkend="wal-configuration"/> for more information.
<varname>wal_segment_size</varname> multiplied by <varname>wal_block_size</varname>;
by default this is 16MB. See <xref linkend="wal-configuration"/> for
more information.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment