Re: WIP: make EXPLAIN ANALYZE show time spent in triggers

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Date: 2005-03-25 07:44:03
Message-ID: 4243C143.7080908@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-03-25 07:47:49 Re: WIP: make EXPLAIN ANALYZE show time spent in triggers
Previous Message Christopher Kings-Lynne 2005-03-25 07:38:43 Re: WIP: make EXPLAIN ANALYZE show time spent in triggers