pgsql: Include planning time in EXPLAIN ANALYZE output.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Include planning time in EXPLAIN ANALYZE output.
Дата
Msg-id E1W8cOW-0002wI-Ng@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Include planning time in EXPLAIN ANALYZE output.
Список 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 по дате отправления: