Re: notice processors for isolationtester
Haribabu Kommi <kommi.haribabu@gmail.com>
From: Haribabu Kommi <kommi.haribabu@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-11-09T04:17:38Z
Lists: pgsql-hackers
On Thu, Oct 25, 2018 at 8:35 AM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > Recently while testing a patch I found it immensely useful to > distinguish which session each WARNING message came from, when bespoke > tests were run under isolationtester. Current code does not show that, > so I developed this patch adding notice processors, and then it does. > I reviewed and tested the patch. It is working as expected. Providing session name helps in debugging. Marking the patch as ready for committer. Regards, Haribabu Kommi Fujitsu Australia
Commits
-
Indicate session name in isolationtester notices
- a28e10e82e54 12.0 landed