Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 431b25c

Browse files
committed
docs: Adapt wal_segment_size docs to fc49e24.
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 fc49e24 itself.
1 parent 8e02ee7 commit 431b25c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8395,11 +8395,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
83958395
</term>
83968396
<listitem>
83978397
<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.
8398+
Reports the size of write ahead log segments. The default value is
8399+
16MB. See <xref linkend="wal-configuration"/> for more information.
84038400
</para>
84048401
</listitem>
84058402
</varlistentry>

0 commit comments

Comments
 (0)