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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
