mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -16,6 +16,7 @@
|
||||
* - #undef MIN, #undef MAX before defining them
|
||||
* - remove includes covered by c.h
|
||||
* - rename DEBUG to IMATH_DEBUG
|
||||
* - replace stdint.h usage with c.h equivalents
|
||||
*
|
||||
* 2. Download a newer imath.c and imath.h. Transform them like in step 1.
|
||||
* Apply to these files the diff you saved in step 1. Look for new lines
|
||||
|
Reference in New Issue
Block a user