pgsql: Detect PG_PRINTF_ATTRIBUTE automatically.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Detect PG_PRINTF_ATTRIBUTE automatically.
Date: 2014-11-23 14:36:17
Message-ID: E1XsYGv-0006jl-Ga@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Detect PG_PRINTF_ATTRIBUTE automatically.

This eliminates gobs of "unrecognized format function type" warnings
under MinGW compilers predating GCC 4.4.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b779168ffe330d137b8b4329a7710c8bf1f7e661

Modified Files
--------------
config/c-compiler.m4 | 21 +++++++++++++++++++++
configure | 36 ++++++++++++++++++++++++++++++++++++
configure.in | 1 +
src/include/pg_config.h.in | 3 +++
src/include/pg_config_manual.h | 16 ----------------
5 files changed, 61 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2014-11-23 18:52:55 pgsql: Fix memory leaks introduced by commit eca2b9b
Previous Message Tom Lane 2014-11-23 00:12:44 pgsql: Allow simplification of EXISTS() subqueries containing LIMIT.