pgsql: Fix macro definitions in pgstatfuncs.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix macro definitions in pgstatfuncs.c
Date
Msg-id E1p3rbI-002m7S-C4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Restructure soft-error handling in formatting.c.
Next
From: David Rowley
Date:
Subject: pgsql: Add subquery pullup handling for WindowClause runCondition