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

Commit8594444

Browse files
committed
doc: Improve description of wal_compression
The description of this GUC provides a list of the situations wherefull-page writes are generated. However, it is not completely exact,mentioning only the cases where full_page_writes=on or base backups. Itis possible to generate full-page writes in more situations than thesetwo, making the description confusing as it implies that no other casesexist.The description is slightly reworded to take into account that othercases are possible, without mentioning them directly to minimize themaintenance burden should FPWs be generated in more contexts in thefuture.Author: Jingtang Zhang <mrdrivingduck@gmail.com>Reviewed-by: Andrey Borodin <x4mmm@yandex-team.ru>Reviewed-by: Xuneng Zhou <xunengzhou@gmail.com>Discussion:https://postgr.es/m/CAPsk3_CtAYa_fy4p6=x7qtoutrdKvg1kGk46D5fsE=sMt2546g@mail.gmail.comBackpatch-through: 13
1 parent906b682 commit8594444

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎doc/src/sgml/config.sgml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3399,8 +3399,9 @@ include_dir 'conf.d'
33993399
This parameter enables compression of WAL using the specified
34003400
compression method.
34013401
When enabled, the <productname>PostgreSQL</productname>
3402-
server compresses full page images written to WAL when
3403-
<xref linkend="guc-full-page-writes"/> is on or during a base backup.
3402+
server compresses full page images written to WAL (e.g. when
3403+
<xref linkend="guc-full-page-writes"/> is on, during a base backup,
3404+
etc.).
34043405
A compressed page image will be decompressed during WAL replay.
34053406
The supported methods are <literal>pglz</literal>,
34063407
<literal>lz4</literal> (if <productname>PostgreSQL</productname>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp