pgsql: Ignore more environment variables in pg_regress.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Ignore more environment variables in pg_regress.c
Дата
Msg-id E1lsNzV-0006H3-Ih@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Ignore more environment variables in pg_regress.c

This is similar to the work done in 8279f68 for TestLib.pm, where
environment variables set may cause unwanted failures if using a
temporary installation with pg_regress.  The list of variables reset is
adjusted in each stable branch depending on what is supported.

Comments are added to remember that the lists in TestLib.pm and
pg_regress.c had better be kept in sync.

Reviewed-by: Álvaro Herrera
Discussion: https://postgr.es/m/YMNR9GYDn+fHlMta@paquier.xyz
Backpatch-through: 9.6

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/37d4edef00e40085f31bfd578b07c5e319e9818a

Modified Files
--------------
src/test/perl/TestLib.pm      |  1 +
src/test/regress/pg_regress.c | 27 +++++++++++++++++++++++----
2 files changed, 24 insertions(+), 4 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Restore robustness of TAP tests that wait for postmaster restart
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Further tweaks to stuck_on_old_timeline recovery test