We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810ff51 commit dd85de0Copy full SHA for dd85de0
configure.c
@@ -99,7 +99,7 @@ pgBackupConfigInit(pgBackupConfig *config)
99
config->retention_window = 0;
100
101
config->compress_alg = NOT_DEFINED_COMPRESS;
102
- config->compress_level = -1;
+ config->compress_level = DEFAULT_COMPRESS_LEVEL;
103
}
104
105
void
pg_probackup.h
@@ -13,7 +13,7 @@
13
#include "postgres_fe.h"
14
15
#include <limits.h>
16
-#include "libpq-fe.h"
+#include <libpq-fe.h>
17
18
#ifndef WIN32
19
#include <sys/mman.h>
0 commit comments