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

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

Commit: 7e49330cad885a76441253da74b88e7d2f27c9f0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-03-02T16:17:03Z
Releases: 9.1.0
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