Thread: pgsql: Fix macro definitions in pgstatfuncs.c

pgsql: Fix macro definitions in pgstatfuncs.c

From
Michael Paquier
Date:
Fix macro definitions in pgstatfuncs.c

Buildfarm member wrasse has been complaining about empty declarations
as an effect of 8018ffb and 83a1a1b due to extra semicolons.

While on it, remove also the last backslash of the macros definitions,
causing more lines to be eaten in it than necessary, per comment from
Tom Lane.

Reported-by: Tom Lane, and buildfarm member wrasse
Author: Nathan Bossart, Michael Paquier
Discussion: https://postgr.es/m/1188769.1670640236@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66dcb09246b49b2cd0421251221e07c388de9c4f

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 104 ++++++++++++++++++------------------
1 file changed, 52 insertions(+), 52 deletions(-)