fix: capitalize WAL

Signed-off-by: Gabriele Bartolini <gabriele.bartolini@enterprisedb.com>
This commit is contained in:
Gabriele Bartolini 2025-05-06 11:28:00 +02:00 committed by Marco Nenciarini
parent 90e911efb5
commit 94741b74fa
No known key found for this signature in database
GPG Key ID: 589F03F01BA55038

View File

@ -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