pgsql: Indicate session name in isolationtester notices - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Indicate session name in isolationtester notices
Date
Msg-id E1gL9SC-0005y1-QD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

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

Modified Files
--------------
.../isolation/expected/vacuum-concurrent-drop.out  |  6 ++---
src/test/isolation/expected/vacuum-conflict.out    | 16 +++++------
src/test/isolation/expected/vacuum-skip-locked.out | 16 +++++------
src/test/isolation/isolationtester.c               | 31 ++++++++++++++++++++++
4 files changed, 50 insertions(+), 19 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix dependency handling of partitions and inheritance for ONCOM
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix incorrect routine name in xlog_heapam.h