pgsql: Improve readability of the output of psql's \timing command.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve readability of the output of psql's \timing command.
Дата
Msg-id E1bgGcv-0003q1-5t@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve readability of the output of psql's \timing command.

In addition to the existing decimal-milliseconds output value,
display the same value in mm:ss.fff format if it exceeds one second.
Tack on hours and even days fields if the interval is large enough.
This avoids needing mental arithmetic to convert the values into
customary time units.

Corey Huinker, reviewed by Gerdan Santos; bikeshedding by many

Discussion: <CADkLM=dbC4R8sbbuFXQVBFWoJGQkTEW8RWnC0PbW9nZsovZpJQ@mail.gmail.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6591f4226c81104f7746da6a5c00519919c560ae

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |  7 ++++--
src/bin/psql/common.c          | 56 ++++++++++++++++++++++++++++++++++++++++--
2 files changed, 59 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix multiple bugs in numeric_poly_deserialize().
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Clarify the new Red-Black post-order traversal code a bit.