pgsql: meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_base

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: tests: Adjust with_icu/ZSTD env vars for pg_dump, pg_base
Date: 2023-03-09 01:58:08
Message-ID: E1pa5Xk-002bEv-46@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)telsasoft(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-03-09 04:32:16 pgsql: Fix race in SERIALIZABLE READ ONLY.
Previous Message Michael Paquier 2023-03-09 00:30:15 Re: lz4 --rm on Ubuntu 18.04 (Add LZ4 compression to pg_dump)