1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Fix custom settings for compress-level option being ignored.

Reported by Jens Wilke.
This commit is contained in:
David Steele
2017-10-22 18:05:46 -04:00
parent 3553ccae44
commit d82fe88031
30 changed files with 594 additions and 352 deletions
+3
View File
@@ -90,6 +90,7 @@ db-socket-path=[TEST_PATH]/db-master/db
[global]
compress=n
compress-level=3
db-timeout=45
lock-path=[TEST_PATH]/db-master/lock
log-level-console=debug
@@ -134,6 +135,7 @@ db-socket-path=[TEST_PATH]/db-master/db
[global]
archive-async=y
compress=n
compress-level=3
db-timeout=45
lock-path=[TEST_PATH]/db-master/lock
log-level-console=debug
@@ -250,6 +252,7 @@ recovery-option=standby-mode=on
[global]
archive-async=y
compress=n
compress-level=3
db-timeout=45
lock-path=[TEST_PATH]/db-master/lock
log-level-console=debug