Suppress various new compiler warnings.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/common/detoast.c | modified | +2 −0 |
| src/backend/access/common/toast_compression.c | modified | +3 −0 |
| src/include/access/toast_compression.h | modified | +1 −0 |
| src/test/modules/libpq_pipeline/libpq_pipeline.c | modified | +4 −2 |