Suppress various new compiler warnings.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Mar 2021 15:50:43 +0000 (11:50 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 21 Mar 2021 15:50:43 +0000 (11:50 -0400)
commit9fb9691a88ae8df9bc30e0f0f72de7c96e73e125
tree0d198d8dc41536978c38d76fbcac184cb8e56b31
parent96ae658e6238c5e69819fb1557c2c14a555506d8
Suppress various new compiler warnings.

Compilers that don't understand that elog(ERROR) doesn't return
issued warnings here.  In the cases in libpq_pipeline.c, we were
not exactly helping things by failing to mark pg_fatal() as noreturn.

Per buildfarm.
src/backend/access/common/detoast.c
src/backend/access/common/toast_compression.c
src/include/access/toast_compression.h
src/test/modules/libpq_pipeline/libpq_pipeline.c