aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/pg_basebackup/walmethods.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/pg_basebackup/walmethods.c b/src/bin/pg_basebackup/walmethods.c
index d28913fa69f..fe6569dff32 100644
--- a/src/bin/pg_basebackup/walmethods.c
+++ b/src/bin/pg_basebackup/walmethods.c
@@ -415,10 +415,11 @@ tar_write(Walfile f, const void *buf, size_t count)
((TarMethodFile *) f)->currpos += count;
return count;
}
-#endif
+#else
else
/* Can't happen - compression enabled with no libz */
return -1;
+#endif
}
static bool