pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h.
Date
Msg-id E1QqPPD-0002Tb-FO@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add "Compatibility" section to ALTER EXTENSION reference page
Next
From: Robert Haas
Date:
Subject: pgsql: Teach vacuumlo to limit number of removals, via new -l option.