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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: TAP tests still sensitive to various PG* environment variables
Дата
Msg-id YLhGmSWiDMeimu4a@paquier.xyz
обсуждение исходный текст
Ответ на Re: TAP tests still sensitive to various PG* environment variables  (Andrew Dunstan <andrew@dunslane.net>)
Список 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{@scrubkeys};

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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Fixup some appendStringInfo and appendPQExpBuffer calls
Следующее
От: David Rowley
Дата:
Сообщение: Re: What to call an executor node which lazily caches tuples in a hash table? (GUC)