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

2023-01-20 Thread Tom Lane
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

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

2023-01-20 Thread Tom Lane
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

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

2023-01-20 Thread Tom Lane
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

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

2023-01-20 Thread Tom Lane
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

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

2023-01-20 Thread Tom Lane
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