Make our back branches build under -fkeep-inline-functions.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jan 2023 16:58:12 +0000 (11:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 20 Jan 2023 16:58:12 +0000 (11:58 -0500)
commitc78f109b87d8a64b0f785bf6fa30d4bd29742638
treee7e0fe92a37f75ce74e3e5b016d93e4d9ae2d6aa
parent1b9a0b96a8701ddcd147836241f89d616772d332
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.
src/include/utils/rel.h