From 94741b74fa9384c8b74d1f0badb18b9ef2b28d19 Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Tue, 6 May 2025 11:28:00 +0200 Subject: [PATCH] fix: capitalize WAL Signed-off-by: Gabriele Bartolini --- web/docs/compression.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/docs/compression.md b/web/docs/compression.md index bf5a6c5..2abbede 100644 --- a/web/docs/compression.md +++ b/web/docs/compression.md @@ -15,10 +15,10 @@ for space, speed, or a balance of both. - `bzip2` - `gzip` -- `lz4` (wal only) +- `lz4` (WAL only) - `snappy` -- `xz` (wal only) -- `zstd` (wal only) +- `xz` (WAL only) +- `zstd` (WAL only) Compression settings for base backups and WAL archives are configured independently. For implementation details, refer to the corresponding API