1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-01-08 04:04:16 +02:00
pgbackrest/test/patch/debian-package.patch
David Steele c279a00279 Add lz4 compression support.
LZ4 compresses data faster than gzip but at a lower ratio.  This can be a good tradeoff in certain scenarios.

Note that setting compress-type=lz4 will make new backups and archive incompatible (unrestorable) with prior versions of pgBackRest.
2020-03-10 14:45:27 -04:00

13 lines
332 B
Diff

--- control
+++ control
@@ -12,7 +12,8 @@
libxml2-dev,
pkg-config,
txt2man,
- zlib1g-dev
+ zlib1g-dev,
+ liblz4-dev
Standards-Version: 4.4.1
Homepage: https://www.pgbackrest.org/
Vcs-Git: https://salsa.debian.org/postgresql/pgbackrest.git