Re: TAP tests still sensitive to various PG* environment variables

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: TAP tests still sensitive to various PG* environment variables
Date: 2021-06-03 03:03:53
Message-ID: YLhGmSWiDMeimu4a@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jun 02, 2021 at 03:43:46PM -0400, Andrew Dunstan wrote:
> Let's change it to something like:
>
> my @scrubkeys = qw ( PGCHANNELBINDING
>    PGCLIENTENCODING PGCONNECT_TIMEOUT PGDATA
>    ...
>     );
> delete @ENV{(at)scrubkeys};

Good idea. I have used that. Thanks.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2021-06-03 03:04:33 Re: What to call an executor node which lazily caches tuples in a hash table? (GUC)
Previous Message Michael Paquier 2021-06-03 03:00:56 Re: Fixup some appendStringInfo and appendPQExpBuffer calls