Re: Remove MSVC scripts from the tree

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>, Michael Paquier <michael(at)paquier(dot)xyz>
Cc: NINGWEI CHEN <chen(at)sraoss(dot)co(dot)jp>, pgsql-hackers(at)lists(dot)postgresql(dot)org, buildfarm(at)sraoss(dot)co(dot)jp
Subject: Re: Remove MSVC scripts from the tree
Date: 2023-12-06 17:24:37
Message-ID: 0c507fc8-8bd5-4942-8637-0ed2cd7393c8@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 06.12.23 17:27, Andrew Dunstan wrote:
> But the VS2019 compiler implements enough of C99 to pass our meson test,
> unlike VS2017. Maybe the test is too strict. After all, we know we can
> in fact build with the earlier versions.

I just realized that the C99 test is actually our own, not provided by
meson. (See "c99_test" in meson.build.)

Can you try disabling a few bits of that to see what makes it pass for
you? I suspect it's the structfunc() call.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2023-12-06 17:27:04 Re: Clean up some signal usage mainly related to Windows
Previous Message Jeff Davis 2023-12-06 16:48:15 Re: Change GUC hashtable to use simplehash?