pgsql: Set readline-relevant ENV vars in interactive_psql(), not caller

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Set readline-relevant ENV vars in interactive_psql(), not caller
Дата
Msg-id E1rH5D4-00BZUB-HU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Set readline-relevant ENV vars in interactive_psql(), not caller.

Commit 664d75753 pulled 010_tab_completion.pl's infrastructure for
invoking an interactive psql session out into a generally-useful test
function, but it didn't move enough stuff.  We need to set up various
environment variables that readline will look at, both to ensure
stability of test results and to prevent test actions from cluttering
the calling user's ~/.psql_history.  Expecting calling scripts to
remember to do that is too failure-prone: the other existing caller
001_password.pl did not do it.  Hence, remove those initialization
steps from 010_tab_completion.pl and put them into interactive_psql().
Since interactive_psql was already making a local ENV hash, this has
no effect on calling scripts.

Discussion: https://postgr.es/m/794610.1703182896@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da44ff312ea3b2868b8fab68944017cb56427709

Modified Files
--------------
src/bin/psql/t/010_tab_completion.pl     | 26 ++++++--------------------
src/test/perl/PostgreSQL/Test/Cluster.pm | 28 ++++++++++++++++++++++++++--
2 files changed, 32 insertions(+), 22 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Set all variable-length fields of pg_attribute to null on column
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Set readline-relevant ENV vars in interactive_psql(), not caller