Skip to content
Snippets Groups Projects
Commit adb1a6e9 authored by Tom Lane's avatar Tom Lane
Browse files

Improve EXPLAIN ANALYZE to show the time spent in each trigger when

executing a statement that fires triggers.  Formerly this time was
included in "Total runtime" but not otherwise accounted for.
As a side benefit, we avoid re-opening relations when firing non-deferred
AFTER triggers, because the trigger code can re-use the main executor's
ResultRelInfo data structure.
parent 08890b40
No related branches found
No related tags found
No related merge requests found
Showing
with 406 additions and 146 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment