Re: Fix compiler warnings on 64-bit Windows

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Fix compiler warnings on 64-bit Windows
Дата
Msg-id 10809.1582215874@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Fix compiler warnings on 64-bit Windows  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
Ответы Re: Fix compiler warnings on 64-bit Windows  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
=?UTF-8?Q?Juan_Jos=C3=A9_Santamar=C3=ADa_Flecha?= <juanjo.santamaria@gmail.com> writes:
> On Mon, Feb 17, 2020 at 4:52 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Anyway, I'll have a go at updating gaur to use 4.5.x.  There is a
>> sane-looking stdint.h on my second-oldest dinosaur, prairiedog.
>> Don't know about the situation on Windows, though.  We might want
>> to take a close look at NetBSD, too, based on the GCC notes.

> As for Windows, stdint.h was included in VS2010, and currently Postgres
> supports VS2013 to 2019.

I've now updated gaur to gcc 4.5.4 (took a little more hair-pulling
than I would have wished).  I confirm that 0001-Require-stdint.h.patch
works in that environment, so I think you can go ahead and push it.

I think there is room for more extensive trimming of no-longer-useful
configure checks, but I'll start a separate thread about that.

            regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kirill Bychik
Дата:
Сообщение: Re: WAL usage calculation patch
Следующее
От: Bernd Helmle
Дата:
Сообщение: Re: [Patch] Make pg_checksums skip foreign tablespace directories