Set application_name per-test in isolation and ecpg tests.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/test/pg_regress_ecpg.c | modified | +8 −0 |
| src/test/isolation/isolation_main.c | modified | +7 −0 |
| src/test/regress/pg_regress.c | modified | +4 −0 |