]> granicus.if.org Git - postgresql/commit
Indicate session name in isolationtester notices
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 9 Nov 2018 16:08:00 +0000 (13:08 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 9 Nov 2018 16:08:00 +0000 (13:08 -0300)
commita28e10e82e540d45e448bc404af76df8a54008f1
treea1a25303d97605b40eb8702b559d3d9bfbb9dce6
parent319a8101804f3b62512fdce1a3af1c839344b593
Indicate session name in isolationtester notices

When a session under isolationtester produces printable notices (NOTICE,
WARNING) we were just printing them unadorned, which can be confusing
when debugging.  Prefix them with the session name, which makes things
clearer.

Author: Álvaro Herrera
Reviewed-by: Hari Babu Kommi
Discussion: https://postgr.es/m/20181024213451.75nh3f3dctmcdbfq@alvherre.pgsql
src/test/isolation/expected/vacuum-concurrent-drop.out
src/test/isolation/expected/vacuum-conflict.out
src/test/isolation/expected/vacuum-skip-locked.out
src/test/isolation/isolationtester.c