pgsql: Detect PG_PRINTF_ATTRIBUTE automatically. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Detect PG_PRINTF_ATTRIBUTE automatically.
Date
Msg-id E1XsYGv-0006jl-Ga@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix mishandling of system columns in FDW queries.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Fix memory leaks introduced by commit eca2b9b