Re: Fix compiler warnings on 64-bit Windows

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix compiler warnings on 64-bit Windows
Date: 2020-02-14 09:15:27
Message-ID: 7cacc11b-ab23-8058-dd03-f4eb6e144be0@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2020-02-14 09:19:17 Re: [Proposal] Global temporary tables
Previous Message Amit Langote 2020-02-14 09:00:05 Re: assert pg_class.relnatts is consistent