Thread: pgsql: Expose a routine to print triggers during EXPLAIN ANALYZE

pgsql: Expose a routine to print triggers during EXPLAIN ANALYZE

From
Alvaro Herrera
Date:
Expose a routine to print triggers during EXPLAIN ANALYZE

This is so that auto_explain can use it.

Kyotaro HORIGUCHI

Branch
------
master

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

Modified Files
--------------
src/backend/commands/explain.c |   60 +++++++++++++++++++++++++---------------
src/include/commands/explain.h |    1 +
2 files changed, 38 insertions(+), 23 deletions(-)