pgsql: Include planning time in EXPLAIN ANALYZE output. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Include planning time in EXPLAIN ANALYZE output.
Date
Msg-id E1W8cOW-0002wI-Ng@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Include planning time in EXPLAIN ANALYZE output.
List pgsql-committers
Include planning time in EXPLAIN ANALYZE output.

This doesn't work for prepared queries, but it's not too easy to get
the information in that case and there's some debate as to exactly
what the right thing to measure is, so just do this for now.

Andreas Karlsson, with slight doc changes by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9347baa5bbc70368f2f01438bbb8116863dac1ec

Modified Files
--------------
doc/src/sgml/perform.sgml      |   27 +++++++++++++++++++++++++++
doc/src/sgml/ref/explain.sgml  |   17 ++++++++++++-----
src/backend/commands/explain.c |   24 +++++++++++++++++++++---
src/backend/commands/prepare.c |    2 +-
src/include/commands/explain.h |    4 ++--
5 files changed, 63 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Add json_array_elements_text function.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Forgot to bump catalog version for json_array_elements_text.