Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a48fb0b59811e8b41e727b54b39bef28d6f253ea
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-03-02T16:17:07Z
Releases: 9.0.4
Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.

Time spent executing AFTER triggers is not included in the runtime of the
associated ModifyTable node; in my patch of yesterday I confused queuing of
these triggers with their actual execution.  Spotted by Marko Tiikkaja.

Files

PathChange+/−
doc/src/sgml/perform.sgml modified +7 −4