pgsql: Make our back branches build under -fkeep-inline-functions. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Make our back branches build under -fkeep-inline-functions.
Date
Msg-id E1pIuik-004e5b-DE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make our back branches build under -fkeep-inline-functions.

Add "#ifndef FRONTEND" where necessary to make pg_waldump build
on compilers that don't elide unused static-inline functions.

This back-patches relevant parts of commit 3e9ca5260, fixing build
breakage from dc7420c2c and back-patching of f10f0ae42.

Per recently-resurrected buildfarm member castoroides.  We aren't
expecting castoroides to build anything newer than v11, but we
might as well clean up the intermediate branches while at it.

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6d066d56ba126b046944f42350e993e1d5bf92a1

Modified Files
--------------
src/include/utils/rel.h | 2 ++
1 file changed, 2 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Remove SHM_QUEUE
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Describe each contrib module in its SGML section title