1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00
pgbackrest/doc/lib/pgBackRestDoc/Custom
David Steele 44da314adb
Add compress-level range checking for each compress-type.
The prior range checking was done based on the valid values for gz. While this worked it was a subset of what is available for lz4 and zst.

Allow the range to be specified for each compress-type. Adding this functionality to the parse module would be a better solution but that is a bigger project than this fix deserves, at least for now.
2022-12-27 20:05:08 +07:00
..
DocConfigData.pm Add compress-level range checking for each compress-type. 2022-12-27 20:05:08 +07:00
DocCustomRelease.pm Remove extraneous double spaces in code and comments. 2022-03-15 17:55:48 -06:00