pgsql: Add 'unit' parameter to ExplainProperty{Integer,Float}.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Add 'unit' parameter to ExplainProperty{Integer,Float}.
Дата
Msg-id E1ex5PV-0002WB-1k@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add 'unit' parameter to ExplainProperty{Integer,Float}.

This allows to deduplicate some existing code, but mainly avoids some
duplication in upcoming commits.

In passing, fix variable names indicating wrong unit (seconds instead
of ms).

Author: Andres Freund
Discussion: https://postgr.es/m/20180314002740.cah3mdsonz5mxney@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7a50bb690b4837d29e715293c156cff2fc72885c

Modified Files
--------------
contrib/file_fdw/file_fdw.c    |   2 +-
src/backend/commands/explain.c | 199 ++++++++++++++++++++++-------------------
src/include/commands/explain.h |   8 +-
3 files changed, 113 insertions(+), 96 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix query-lifespan memory leakage in repeatedly executed hashjo
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add ssl_passphrase_command setting