Re: Fix compiler warnings on 64-bit Windows - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Fix compiler warnings on 64-bit Windows
Date
Msg-id 7cacc11b-ab23-8058-dd03-f4eb6e144be0@2ndquadrant.com
Whole thread Raw
In response to Re: Fix compiler warnings on 64-bit Windows  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fix compiler warnings on 64-bit Windows
List pgsql-hackers
On 2020-02-13 16:19, Tom Lane wrote:
> According to C99 and POSIX, intptr_t should be provided by <stdint.h> ...
> now that we're requiring C99, can we get away with just #include'ing
> that directly in these test files?

I think in the past we were worried about the C library not being fully 
C99.  But the build farm indicates that even the trailing edge OS X and 
HP-UX members have it, so I'm content to require it.  Then we should 
probably remove the Autoconf tests altogether.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: assert pg_class.relnatts is consistent
Next
From: Pavel Stehule
Date:
Subject: Re: [Proposal] Global temporary tables