pgsql: meson: Make gzip and tar optional - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: meson: Make gzip and tar optional
Date
Msg-id E1rGF5O-00BDAq-3Y@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add PostgreSQL::Test::Cluster::advance_wal
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix prologue of get_partition_ancestors()