pgsql: Fix macro definitions in pgstatfuncs.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix macro definitions in pgstatfuncs.c
Date: 2022-12-10 04:36:37
Message-ID: E1p3rbI-002m7S-C4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-12-10 06:27:44 pgsql: Add subquery pullup handling for WindowClause runCondition
Previous Message Tom Lane 2022-12-10 01:16:10 pgsql: Restructure soft-error handling in formatting.c.