]> granicus.if.org Git - postgresql/commitdiff
docs: Adapt wal_segment_size docs to fc49e24fa69.
authorAndres Freund <andres@anarazel.de>
Sat, 10 Nov 2018 03:24:05 +0000 (19:24 -0800)
committerAndres Freund <andres@anarazel.de>
Sat, 10 Nov 2018 03:27:24 +0000 (19:27 -0800)
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 fc49e24fa69 itself.

doc/src/sgml/config.sgml

index 567d2246e824691672a35da25a19d6131af73681..0f8f2ef920dd23e165ba58483e6905e041f1d6a3 100644 (file)
@@ -8445,11 +8445,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
-        more information.
+        Reports the size of write ahead log segments.  The default value is
+        16MB. See <xref linkend="wal-configuration"/> for more information.
        </para>
       </listitem>
      </varlistentry>