pgsql: Change coding pattern for CURL_IGNORE_DEPRECATION()

2025-11-12 Thread Álvaro Herrera
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 Pe

pgsql: Change coding pattern for CURL_IGNORE_DEPRECATION()

2025-11-12 Thread Álvaro Herrera
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 Pe