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
Modified Files
--------------
contrib/pgcrypto/imath.c | 1 +
contrib/pgcrypto/imath.h | 18 +++++++++---------
2 files changed, 10 insertions(+), 9 deletions(-)
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. |