]> granicus.if.org Git - postgresql/commit
In imath.h, replace stdint.h usage with c.h equivalents.
authorNoah Misch <noah@leadboat.com>
Sat, 16 Feb 2019 23:28:27 +0000 (15:28 -0800)
committerNoah Misch <noah@leadboat.com>
Sat, 16 Feb 2019 23:28:27 +0000 (15:28 -0800)
commit04a87ae2626311e922cf964d1e7d42a5ef7d87bf
tree5c67a6b993411b6c5c3d54e7a100721bb3e928d0
parent6ee89952d4e944b5c9c26181d418395b2f5d5fd8
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
contrib/pgcrypto/imath.c
contrib/pgcrypto/imath.h