Change coding pattern for CURL_IGNORE_DEPRECATION()
authorÁlvaro Herrera <alvherre@kurilemu.de>
Wed, 12 Nov 2025 11:35:14 +0000 (12:35 +0100)
committerÁlvaro Herrera <alvherre@kurilemu.de>
Wed, 12 Nov 2025 11:35:14 +0000 (12:35 +0100)
commit3a438e44d96942036f98c28dcae173c63f00c2c1
treed0d15869c99e816a631ca2d71f14ff03158495a7
parent8747b969fd8be79541f6e3cdb99e1b425fd9ad47
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
src/interfaces/libpq-oauth/oauth-curl.c
src/tools/pgindent/pgindent