pgsql: meson: Add some missing env settings for tests of pg_dump and pg - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: meson: Add some missing env settings for tests of pg_dump and pg
Date
Msg-id E1ozsKu-001FSy-Q5@gemulon.postgresql.org
Whole thread Raw
List 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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in snapbuild.c
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Add 'missing_ok' argument to build_attrmap_by_name