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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct the lie in pg_config.h.win32 about having inttypes.h.
Date: 2011-08-08 12:58:07
Message-ID: E1QqPPD-0002Tb-FO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-08-08 13:20:04 pgsql: Teach vacuumlo to limit number of removals, via new -l option.
Previous Message Peter Eisentraut 2011-08-07 19:17:06 pgsql: Add "Compatibility" section to ALTER EXTENSION reference page