Expose the estimation of number of changed tuples since last analyze

Magnus Hagander <magnus@hagander.net>

Commit: c87ff71f374652936a6089215a30998492b14d52
Author: Magnus Hagander <magnus@hagander.net>
Date: 2013-07-05T13:10:15Z
Releases: 9.4.0
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

Files