pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h.
Дата
Msg-id E1QqPPD-0002Tb-FO@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Correct the lie in pg_config.h.win32 about having inttypes.h.

This lie has been harmless until now, but has been exposed by the
change to include postgres.h before the python headers, which
in some versions include inttypes.h if HAVE_INTTYPES_H is set.

Branch
------
master

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

Modified Files
--------------
src/include/pg_config.h.win32 |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add "Compatibility" section to ALTER EXTENSION reference page
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Teach vacuumlo to limit number of removals, via new -l option.