pgsql: In imath.h, replace stdint.h usage with c.h equivalents. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: In imath.h, replace stdint.h usage with c.h equivalents.
Date
Msg-id E1gv9PF-0006X9-41@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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/9598.1550353336@sss.pgh.pa.us

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(-)


pgsql-committers by date:

Previous
From: Andrew Gierth
Date:
Subject: pgsql: Remove float8-small-is-zero regression test variant.
Next
From: Noah Misch
Date:
Subject: pgsql: Fix CLogTruncationLock documentation.