pgsql: Silence compiler warnings for unsupported compression methods. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Silence compiler warnings for unsupported compression methods.
Date
Msg-id E1ncws8-000x61-Pn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warnings for unsupported compression methods.

wrasse, at least, moans about the lack of any "return" statement
in these functions.  You'd think pretty much everything would
know that exit(1) doesn't return, but evidently not.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c0d1c641cbe433d1b6304bc1e3a2d8cd38b9a8e5

Modified Files
--------------
src/bin/pg_basebackup/bbstreamer_gzip.c | 2 ++
src/bin/pg_basebackup/bbstreamer_lz4.c  | 2 ++
src/bin/pg_basebackup/bbstreamer_zstd.c | 2 ++
3 files changed, 6 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve frontend error logging style.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add missing source files to nls.mk