pgsql: meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_base - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_base
Date
Msg-id E1pa5Xk-002bEv-46@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_basebackup

396d348b0 omitted adding with_icu to the pg_dump tests under
meson. Conversely, e6927270c exported ZSTD for pg_basebackup's tests, despite
pg_basebackup's ZSTD support not having any tests.

Reported-by: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://postgr.es/m/20230226225239.GL1653@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8bf826528ae9ff7a543a49c0dce665fa9ec542cb

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


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Add guidelines to generate coverage reports with meson
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix race in SERIALIZABLE READ ONLY.