forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5649931
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.com1 parent969bbd0 commit5649931
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
643 | 643 |
| |
644 | 644 |
| |
645 | 645 |
| |
| 646 | + | |
| 647 | + | |
| 648 | + | |
646 | 649 |
| |
647 | 650 |
| |
648 | 651 |
| |
|
0 commit comments
Comments
(0)