pgsql: Expose the estimation of number of changed tuples since last ana - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Expose the estimation of number of changed tuples since last ana
Date
Msg-id E1Uv5nQ-0007pB-0g@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Expose the estimation of number of changed tuples since last ana  (Cédric Villemain <cedric@2ndquadrant.com>)
List 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 by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Applied patch by MauMau to escape filename
Next
From: Cédric Villemain
Date:
Subject: Re: pgsql: Expose the estimation of number of changed tuples since last ana