]> granicus.if.org Git - postgresql/commit
Correct the lie in pg_config.h.win32 about having inttypes.h.
authorAndrew Dunstan <andrew@dunslane.net>
Mon, 8 Aug 2011 12:52:05 +0000 (08:52 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Mon, 8 Aug 2011 12:52:05 +0000 (08:52 -0400)
commitf54e373d93f72d87ce2cafd7373bd7b0534b2065
tree409d593e306773f2de6a7cadaedbbb2e47d627d9
parent04b17684af24791b18e414e304fb6d9b57a36c5e
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.
src/include/pg_config.h.win32