pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig
Date: 2011-03-02 16:18:41
Message-ID: E1Puol7-000191-TT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7e49330cad885a76441253da74b88e7d2f27c9f0

Modified Files
--------------
doc/src/sgml/perform.sgml | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-03-02 16:18:42 pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig
Previous Message User Fxjr 2011-03-02 00:08:55 npgsql - Npgsql2: Added patches for connection leaks in tests.