8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e02ee7 commit 431b25cCopy full SHA for 431b25c
doc/src/sgml/config.sgml
@@ -8395,11 +8395,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
8395
</term>
8396
<listitem>
8397
<para>
8398
- Reports the number of blocks (pages) in a WAL segment file.
8399
- The total size of a WAL segment file in bytes is equal to
8400
- <varname>wal_segment_size</varname> multiplied by <varname>wal_block_size</varname>;
8401
- by default this is 16MB. See <xref linkend="wal-configuration"/> for
8402
- more information.
+ Reports the size of write ahead log segments. The default value is
+ 16MB. See <xref linkend="wal-configuration"/> for more information.
8403
</para>
8404
</listitem>
8405
</varlistentry>
0 commit comments