We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26c06a commit 5fc1670Copy full SHA for 5fc1670
doc/src/sgml/config.sgml
@@ -8445,11 +8445,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
8445
</term>
8446
<listitem>
8447
<para>
8448
- Reports the number of blocks (pages) in a WAL segment file.
8449
- The total size of a WAL segment file in bytes is equal to
8450
- <varname>wal_segment_size</varname> multiplied by <varname>wal_block_size</varname>;
8451
- by default this is 16MB. See <xref linkend="wal-configuration"/> for
8452
- more information.
+ Reports the size of write ahead log segments. The default value is
+ 16MB. See <xref linkend="wal-configuration"/> for more information.
8453
</para>
8454
</listitem>
8455
</varlistentry>
0 commit comments