pgsql: Set application_name per-test in isolation and ecpg tests.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Set application_name per-test in isolation and ecpg tests.
Дата
Msg-id E1i2lDN-0007IC-0r@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Set application_name per-test in isolation and ecpg tests.

Commit a4327296d taught pg_regress proper to do this, but
missed the opportunity to do likewise in the isolationtester
and ecpg variants of pg_regress.  Seems like this might be
helpful for tracking down issues exposed by those tests.

Branch
------
master

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

Modified Files
--------------
src/interfaces/ecpg/test/pg_regress_ecpg.c | 8 ++++++++
src/test/isolation/isolation_main.c        | 7 +++++++
src/test/regress/pg_regress.c              | 4 ++++
3 files changed, 19 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: improve documentation of pg_signal_backend default role.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEMSET.