]> granicus.if.org Git - postgresql/commit
Set application_name per-test in isolation and ecpg tests.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Aug 2019 23:49:09 +0000 (19:49 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Aug 2019 23:49:09 +0000 (19:49 -0400)
commitb1907d6882205319822c7452ce6b5e71ee2867be
tree03b089a5faa59fcdb57c18d948d90c113c1e019f
parent458f01e254e0f0b1ccab8e4589aa8495781a933a
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.
src/interfaces/ecpg/test/pg_regress_ecpg.c
src/test/isolation/isolation_main.c
src/test/regress/pg_regress.c