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 eec11c0 commit 13c4df8Copy full SHA for 13c4df8
src/pg_probackup.c
@@ -582,7 +582,7 @@ compress_init(void)
582
if (backup_subcmd == BACKUP_CMD || backup_subcmd == ARCHIVE_PUSH_CMD)
583
{
584
#ifndef HAVE_LIBZ
585
- if (compress_alg == ZLIB_COMPRESS)
+ if (instance_config.compress_alg == ZLIB_COMPRESS)
586
elog(ERROR, "This build does not support zlib compression");
587
else
588
#endif
0 commit comments