pgsql: Remove test for VA_ARGS, implied by C99.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove test for VA_ARGS, implied by C99.
Date: 2018-08-24 17:42:08
Message-ID: E1ftG64-000177-0i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-08-25 15:52:46 pgsql: docs: clarify plpython SD and GD dictionary behavior
Previous Message Andres Freund 2018-08-24 17:34:42 pgsql: LLVMJIT: LLVMGetHostCPUFeatures now is upstream, use LLMV versio