pgsql: Change coding pattern for CURL_IGNORE_DEPRECATION() - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Change coding pattern for CURL_IGNORE_DEPRECATION()
Date
Msg-id E1vJ98r-006EFe-23@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change coding pattern for CURL_IGNORE_DEPRECATION()

Instead of having to write a semicolon inside the macro argument, we can
insert a semicolon with another macro layer.  This no longer gives
pg_bsd_indent indigestion, so we can remove the digestive aids that had
to be installed in the pgindent Perl script.

Author: Álvaro Herrera <alvherre@kurilemu.de>
Reviewed-by: Andrew Dunstan <andrew@dunslane.net>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/202511111134.njrwf5w5nbjm@alvherre.pgsql
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/78aae2983091c30e4ddc801c507c17a77b6b1b58

Modified Files
--------------
src/interfaces/libpq-oauth/oauth-curl.c | 13 +++++++++----
src/tools/pgindent/pgindent             | 14 --------------
2 files changed, 9 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comments of output routines for pg_ndistinct and pg_dependen
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: libpq: threadsafety for SSL certificate callback