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

Commit431b25c

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 parent8e02ee7 commit431b25c

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)

[8]ページ先頭

©2009-2025 Movatter.jp