pgsql: Detect PG_PRINTF_ATTRIBUTE automatically.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Detect PG_PRINTF_ATTRIBUTE automatically.
Дата
Msg-id E1XsYGv-0006jl-Ga@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix mishandling of system columns in FDW queries.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix memory leaks introduced by commit eca2b9b