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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig
Дата
Msg-id E1Puol7-000191-TT@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Correct mistaken claims about EXPLAIN ANALYZE's handling of trig
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix erroneous documentation of the syntax of CREATE CONSTRAINT T