pgsql: meson: Make gzip and tar optional

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Make gzip and tar optional
Date: 2023-12-21 09:11:22
Message-ID: E1rGF5O-00BDAq-3Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Make gzip and tar optional

They are only used for some tests. The tests are already set to skip
as appropriate if they are not available.

Discussion: https://www.postgresql.org/message-id/flat/ZQzp_VMJcerM1Cs_%40paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9ca6e7b9411e36488ef539a2c1f6846ac92a7072

Modified Files
--------------
contrib/basebackup_to_shell/meson.build | 4 ++--
meson.build | 4 ++--
src/bin/pg_basebackup/meson.build | 4 ++--
src/bin/pg_dump/meson.build | 2 +-
src/bin/pg_verifybackup/meson.build | 4 ++--
5 files changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2023-12-21 10:43:28 pgsql: Fix prologue of get_partition_ancestors()
Previous Message Michael Paquier 2023-12-21 01:19:44 pgsql: Add PostgreSQL::Test::Cluster::advance_wal