Re: WIP: make EXPLAIN ANALYZE show time spent in triggers - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Date
Msg-id 4243C143.7080908@familyhealth.com.au
Whole thread Raw
In response to WIP: make EXPLAIN ANALYZE show time spent in triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WIP: make EXPLAIN ANALYZE show time spent in triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
> The attached patch allows EXPLAIN ANALYZE to break out the time spent in
> triggers when EXPLAINing a statement that can fire triggers.  Formerly
> this time was included in "Total runtime" but not otherwise accounted
> for.

Actually, should you make it talk about RULEs as well?

Chris

pgsql-patches by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Next
From: Tom Lane
Date:
Subject: Re: WIP: make EXPLAIN ANALYZE show time spent in triggers