diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-03-25 21:58:00 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-03-25 21:58:00 +0000 |
commit | adb1a6e95b2087e44c845edc15c28a87f5ba7ac1 (patch) | |
tree | 262134a0f4ec11fe71f1963d4531b71f2534aea3 /src/backend/access/gist/gistscan.c | |
parent | 08890b407e976e4871f2024ed5a3071d0fa510a6 (diff) | |
download | postgresql-adb1a6e95b2087e44c845edc15c28a87f5ba7ac1.tar.gz postgresql-adb1a6e95b2087e44c845edc15c28a87f5ba7ac1.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
0 files changed, 0 insertions, 0 deletions