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

Commit5649931

Browse files
committed
doc: Clarify old WAL files are kept until they are summarized.
The documentation in wal.sgml explains that old WAL files cannot beremoved or recycled until they are archived (when WAL archiving is used)or replicated (when using replication slots). However, it did not mentionthat, similarly, old WAL files are also kept until they are summarizedif WAL summarization is enabled. This commit adds that clarificationto the documentation.Back-patch to v17 where WAL summarization was added.Author: Fujii MasaoReviewed-by: Michael PaquierDiscussion:https://postgr.es/m/fd0eb0a5-f43b-4e06-b450-cbca011b6cff@oss.nttdata.com
1 parent969bbd0 commit5649931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎doc/src/sgml/wal.sgml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,9 @@
643643
until the situation is resolved. A slow or failed standby server that
644644
uses a replication slot will have the same effect (see
645645
<xref linkend="streaming-replication-slots"/>).
646+
Similarly, if <link linkend="runtime-config-wal-summarization">
647+
WAL summarization</link> is enabled, old segments are kept
648+
until they are summarized.
646649
</para>
647650

648651
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp