pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig
Date
Msg-id E1Puol8-000193-0d@gemulon.postgresql.org
Whole thread Raw
List 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
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a48fb0b59811e8b41e727b54b39bef28d6f253ea

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


pgsql-committers by date:

Previous
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Added patches for connection leaks in tests.
Next
From: Tom Lane
Date:
Subject: pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig