Re: Remove MSVC scripts from the tree

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Michael Paquier <michael(at)paquier(dot)xyz>
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-20 07:36:53
Message-ID: bbace992-b529-4d50-95d2-ef42e92f0be4@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 20.12.23 02:14, Michael Paquier wrote:
> Hmm. Interesting. So this basically comes down to the fact that GZIP
> and TAR are required in ./configure because distcheck has a hard
> dependency on both, but we don't support this target in meson. Is
> that right?

No, the issue is that gzip and tar are not required by configure (it
will proceed if they are not found), but they are currently required by
meson.build (it will error if they are not found).

They are used in two different areas. One is for "make dist", but that
doesn't affect meson anyway.

The other is various test suites. The test suites are already set up to
skip tests when gzip and tar are not found.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2023-12-20 08:01:21 Re: Schema variables - new implementation for Postgres 15
Previous Message Peter Eisentraut 2023-12-20 07:31:01 Re: Remove MSVC scripts from the tree