pgsql: Expose a routine to print triggers during EXPLAIN ANALYZE

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Expose a routine to print triggers during EXPLAIN ANALYZE
Date: 2014-01-20 20:14:56
Message-ID: E1W5LFI-0000XE-Fo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-01-21 14:54:02 pgsql: Plug more memory leaks when reloading config file.
Previous Message Tom Lane 2014-01-20 20:04:05 pgsql: Remove pg_stat_statements--1.1.sql.