Re: meson logs environment - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Re: meson logs environment
Date
Msg-id CAN55FZ3rFGtFukRZ+TOb=GunkCEywB8+D=-==k+joTMo=CHijA@mail.gmail.com
Whole thread Raw
In response to meson logs environment  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: meson logs environment
List pgsql-hackers
Hi,

On Tue, 21 Feb 2023 at 04:48, Andrew Dunstan <andrew@dunslane.net> wrote:
>
>
> I've noticed that `meson test` logs the complete environment in meson_logs/testlog.txt. That seems unnecessary and
probablyundesirable for the buildfarm client. Is there any way to suppress that, or at least only print some relevant
subset?(The buildfarm client itself only reports an approved set of environment variables). 

There is an open issue on the meson:
https://github.com/mesonbuild/meson/issues/5328 and I confirm that
`env --ignore-environment PATH="$PATH" meson test` prevents
environment variables from being logged.

Regards,
Nazir Bilal Yavuz
Microsoft



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Seek for helper documents to implement WAL with an FDW
Next
From: "shiy.fnst@fujitsu.com"
Date:
Subject: RE: "out of relcache_callback_list slots" after multiple calls to pg_logical_slot_get_binary_changes