From: | Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Subject: | Clarify old WAL files cannot be removed until they are summarized |
Date: | 2024-10-17 17:25:15 |
Message-ID: | fd0eb0a5-f43b-4e06-b450-cbca011b6cff@oss.nttdata.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
Hi,
The documentation in wal.sgml explains that old WAL files cannot be
removed or recycled until they are archived (when WAL archiving is used)
or replicated (when using replication slots). However, it did not
mention that, similarly, old WAL files are also kept until they are summarized
if WAL summarization is enabled. Attached patch adds that clarification to
the documentation. Thought?
Regards,
--
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
Attachment | Content-Type | Size |
---|---|---|
v1-0001-doc-Clarify-old-WAL-files-are-kept-until-they-are.patch | text/plain | 1.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Koen De Groote | 2024-10-17 19:57:04 | Re: Logical replication - initial data synchronization |
Previous Message | Bruce Momjian | 2024-10-17 13:08:26 | Re: Logical replication - initial data synchronization |