pgsql: Expose the estimation of number of changed tuples since last ana

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Expose the estimation of number of changed tuples since last ana
Дата
Msg-id E1Uv5nQ-0007pB-0g@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Expose the estimation of number of changed tuples since last ana
Список pgsql-committers
Expose the estimation of number of changed tuples since last analyze

This value, now pg_stat_all_tables.n_mod_since_analyze, was already
tracked and used by autovacuum, but not exposed to the user.

Mark Kirkwood, review by Laurenz Albe

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/monitoring.sgml         |    5 +++++
src/backend/catalog/system_views.sql |    1 +
src/backend/utils/adt/pgstatfuncs.c  |   17 +++++++++++++++++
src/include/catalog/catversion.h     |    2 +-
src/include/catalog/pg_proc.h        |    2 ++
src/test/regress/expected/rules.out  |    3 +++
6 files changed, 29 insertions(+), 1 deletion(-)


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

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Applied patch by MauMau to escape filename
Следующее
От: Cédric Villemain
Дата:
Сообщение: Re: pgsql: Expose the estimation of number of changed tuples since last ana