pgsql: Clear I/O timing counters after sending them to the stats collec

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clear I/O timing counters after sending them to the stats collec
Дата
Msg-id E1SOD3R-0007V2-Ue@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clear I/O timing counters after sending them to the stats collector.

This oversight caused the reported times to accumulate in an O(N^2)
fashion the longer a backend runs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cdbad241f41362aaf09f913722a541e04e048742

Modified Files
--------------
src/backend/postmaster/pgstat.c |    6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: PL/Python: Update list of supported environment variables
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Adjust timing units in pg_stat_statements.