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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Set application_name per-test in isolation and ecpg tests.
Date: 2019-08-27 23:49:29
Message-ID: E1i2lDN-0007IC-0r@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-08-28 01:24:39 Re: pgsql: Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.
Previous Message Tom Lane 2019-08-27 22:03:24 pgsql: Doc: improve documentation of pg_signal_backend default role.