pgsql: meson: Make gzip and tar optional

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: meson: Make gzip and tar optional
Дата
Msg-id E1rGF5O-00BDAq-3Y@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add PostgreSQL::Test::Cluster::advance_wal
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix prologue of get_partition_ancestors()