pgsql: meson: Add some missing env settings for tests of pg_dump and pg

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: Add some missing env settings for tests of pg_dump and pg
Date: 2022-11-29 04:35:13
Message-ID: E1ozsKu-001FSy-Q5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: Add some missing env settings for tests of pg_dump and pg_verifybackup

The commands used for the compression tests were missing in a few
places, causing the tests related to these to never run.

Georgios has spotted GZIP_PROGRAM missing in pg_dump, while I have
noticed the ones missing in pg_verifybackup while looking at the rest of
the tree.

Author: Georgios Kokolatos, Michael Paquier
Discussion: https://postgr.es/m/O4mutIrCES8ZhlXJiMvzsivT7ztAMja2lkdL1LJx6O5f22I2W8PBIeLKz7mDLwxHoibcnRAYJXm1pH4tyUNC4a8eDzLn22a6Pb1S74Niexg=@pm.me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/00ae5d6f588e9d21fa4f4d267811f3f602fe45af

Modified Files
--------------
src/bin/pg_dump/meson.build | 1 +
src/bin/pg_verifybackup/meson.build | 4 ++++
2 files changed, 5 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-11-29 08:41:56 pgsql: Add 'missing_ok' argument to build_attrmap_by_name
Previous Message Michael Paquier 2022-11-28 23:53:40 pgsql: Fix comment in snapbuild.c