Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fc1670

Browse files
committed
docs: Adapt wal_segment_size docs tofc49e24.
Before this change the docs weren't adapted to the fact thatwal_segment_size is now measured in bytes, rather than multiples ofwal_block_size.Author: David SteeleDiscussion:https://postgr.es/m/68ea97d6-2ed9-f339-e57d-ab3a33caf3b1@pgmasters.netBackpatch: 11-, likefc49e24 itself.
1 parentf26c06a commit5fc1670

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)

[8]ページ先頭

©2009-2025 Movatter.jp