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

From: Cédric Villemain <cedric(at)2ndquadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Cc: Magnus Hagander <magnus(at)hagander(dot)net>
Subject: Re: pgsql: Expose the estimation of number of changed tuples since last ana
Date: 2013-07-05 13:43:41
Message-ID: 201307051543.49540.cedric@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

I though you agreed on a shorter name ? (n_mod_tuple ?)
--
Cédric Villemain +33 (0)6 20 30 22 52
http://2ndQuadrant.fr/
PostgreSQL: Support 24x7 - Développement, Expertise et Formation

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-07-05 13:44:55 Re: pgsql: Expose the estimation of number of changed tuples since last ana
Previous Message Magnus Hagander 2013-07-05 13:11:32 pgsql: Expose the estimation of number of changed tuples since last ana