Skip to content

Commit 5fc1670

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 f26c06a commit 5fc1670

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
@@ -8445,11 +8445,8 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
84458445
</term>
84468446
<listitem>
84478447
<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.
8448+
Reports the size of write ahead log segments. The default value is
8449+
16MB. See <xref linkend="wal-configuration"/> for more information.
84538450
</para>
84548451
</listitem>
84558452
</varlistentry>

0 commit comments

Comments
 (0)