In imath.h, replace stdint.h usage with c.h equivalents. As things stood, buildfarm member dory failed. MSVC versions lacking stdint.h are unusable for building PostgreSQL, but pg_config.h.win32 doesn't know that. Even so, we support other systems lacking stdint.h, including buildfarm member gaur. Per a suggestion from Tom Lane.
Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/04a87ae2626311e922cf964d1e7d42a5ef7d87bf Modified Files -------------- contrib/pgcrypto/imath.c | 1 + contrib/pgcrypto/imath.h | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-)
