In imath.h, replace stdint.h usage with c.h equivalents.

Noah Misch <noah@leadboat.com>

Commit: 04a87ae2626311e922cf964d1e7d42a5ef7d87bf
Author: Noah Misch <noah@leadboat.com>
Date: 2019-02-16T23:28:27Z
Releases: 12.0
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

Files

PathChange+/−
contrib/pgcrypto/imath.c modified +1 −0
contrib/pgcrypto/imath.h modified +9 −9

Discussion

Cited messages not in the archive: 9598.1550353336@sss.pgh.pa.us