Re: Remove MSVC scripts from the tree

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Shubham Khanna <khannashubham1197(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Remove MSVC scripts from the tree
Date: 2023-12-19 23:52:04
Message-ID: ZYIspA3ePrQwIqnj@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Dec 18, 2023 at 02:52:41PM +0100, Peter Eisentraut wrote:
> On 18.12.23 11:49, vignesh C wrote:
>> Few comments:
>> 1) Now that the MSVC build scripts are removed, should we have the
>> reference to "MSVC build scripts" here?
>> ltree.h:
>
> I think this note is correct and can be kept, as it explains the historical
> context.

Yeah, that's something I was pondering about for a bit a few weeks ago
but keeping the historical context is still the most important piece
to me.

>> 2) I had seen that if sed/gzip is not available meson build will fail:
>> 2.a)
>> Program gsed sed found: NO
>> meson.build:334:6: ERROR: Program 'gsed sed' not found or not executable
>
> Yes, this would need to be improved. Currently, sed is only required if
> either selinux or dtrace is enabled, which isn't supported on Windows. But
> we should adjust the build scripts to not fail the top-level setup run
> unless those options are enabled.
>
>> 2.b)
>> Program gzip found: NO
>> meson.build:337:7: ERROR: Program 'gzip' not found or not executable
>
> gzip is only required for certain test suites, so again we should adjust the
> build scripts to not fail the build but instead skip the tests as
> appropriate.

Oops.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-12-20 00:02:04 Re: introduce dynamic shared memory registry
Previous Message Michael Paquier 2023-12-19 23:43:20 Re: Fix a comment in basic_archive about NO_INSTALLCHECK