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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: In imath.h, replace stdint.h usage with c.h equivalents.
Date: 2019-02-16 23:30:01
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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/[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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-02-17 08:57:57 pgsql: Fix CLogTruncationLock documentation.
Previous Message Andrew Gierth 2019-02-16 23:24:42 pgsql: Remove float8-small-is-zero regression test variant.