-
- Downloads
Rename EXPLAIN ANALYZE's "total runtime" output to "execution time".
Now that EXPLAIN also outputs a "planning time" measurement, the use of "total" here seems rather confusing: it sounds like it might include the planning time which of course it doesn't. Majority opinion was that "execution time" is a better label, so we'll call it that. This should be noted as a backwards incompatibility for tools that examine EXPLAIN ANALYZE output. In passing, I failed to resist the temptation to do a little editing on the materialized-view example affected by this change.
Showing
- doc/src/sgml/perform.sgml 10 additions, 10 deletionsdoc/src/sgml/perform.sgml
- doc/src/sgml/ref/explain.sgml 1 addition, 1 deletiondoc/src/sgml/ref/explain.sgml
- doc/src/sgml/rules.sgml 34 additions, 24 deletionsdoc/src/sgml/rules.sgml
- src/backend/commands/explain.c 3 additions, 3 deletionssrc/backend/commands/explain.c
Loading
Please register or sign in to comment