]> granicus.if.org Git - postgresql/commit
Correct mistaken claims about EXPLAIN ANALYZE's handling of triggers.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Mar 2011 16:17:07 +0000 (11:17 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Mar 2011 16:17:07 +0000 (11:17 -0500)
commita48fb0b59811e8b41e727b54b39bef28d6f253ea
treea47e8159fca91ab4cbbb2c28896abada018596d9
parent82a0e3522205266601966560b398b6ac42731567
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.
doc/src/sgml/perform.sgml