We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f192e1b commit 71cbbbbCopy full SHA for 71cbbbb
src/backend/replication/basebackup_gzip.c
@@ -66,6 +66,7 @@ bbsink_gzip_new(bbsink *next, int compresslevel)
66
ereport(ERROR,
67
(errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
68
errmsg("gzip compression is not supported by this build")));
69
+ return NULL; /* keep compiler quiet */
70
#else
71
bbsink_gzip *sink;
72
0 commit comments