]> granicus.if.org Git - postgresql/commit
Expose the estimation of number of changed tuples since last analyze
authorMagnus Hagander <magnus@hagander.net>
Fri, 5 Jul 2013 13:02:09 +0000 (15:02 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 5 Jul 2013 13:10:15 +0000 (15:10 +0200)
commitc87ff71f374652936a6089215a30998492b14d52
treeb258309f40ab3f9302bcc2d29b0753c29cf8fbed
parent9ce9dfdb999960aa7596bb219db02ccdbe2da855
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
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/test/regress/expected/rules.out