wal-segment-size-doc.patch
text/plain
Filename: wal-segment-size-doc.patch
Type: text/plain
Part: 0
Patch
Format: unified
| File | + | − |
|---|---|---|
| doc/src/sgml/config.sgml | 2 | 4 |
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index e1073ac6d3..3bfd172441 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -8440,10 +8440,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
</term>
<listitem>
<para>
- Reports the number of blocks (pages) in a WAL segment file.
- The total size of a WAL segment file in bytes is equal to
- <varname>wal_segment_size</varname> multiplied by <varname>wal_block_size</varname>;
- by default this is 16MB. See <xref linkend="wal-configuration"/> for
+ Reports the size of write ahead log segments.
+ The default value is 16MB. See <xref linkend="wal-configuration"/> for
more information.
</para>
</listitem>