From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | notice processors for isolationtester |
Date: | 2018-10-24 21:34:51 |
Message-ID: | 20181024213451.75nh3f3dctmcdbfq@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
isolationtester-notices.patch | text/x-diff | 9.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-10-24 21:38:54 | Re: notice processors for isolationtester |
Previous Message | Alvaro Herrera | 2018-10-24 21:00:08 | Re: pgbench - add pseudo-random permutation function |