pgsql: Remove test for VA_ARGS, implied by C99. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove test for VA_ARGS, implied by C99.
Date
Msg-id E1ftG64-000177-0i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove test for VA_ARGS, implied by C99.

This simplifies logic / reduces duplication in a few headers.

Author: Andres Freund
Discussion: https://postgr.es/m/97d4b165-192d-3605-749c-f614a0c4e783@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8ecdefc261abbd35d6280cdd8fd749e83c3fd199

Modified Files
--------------
config/c-compiler.m4          | 19 -------------------
configure                     | 32 --------------------------------
configure.in                  |  1 -
src/include/pg_config.h.in    |  3 ---
src/include/pg_config.h.win32 |  3 ---
src/include/utils/elog.h      |  8 +-------
src/pl/plpython/plpy_elog.h   |  4 ----
7 files changed, 1 insertion(+), 69 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream,use LLMV versio
Next
From: Bruce Momjian
Date:
Subject: pgsql: docs: clarify plpython SD and GD dictionary behavior