pgsql: Allow vacuums to report oldestxmin

Simon Riggs <simon@2ndquadrant.com>

From: Simon Riggs <simon@2ndQuadrant.com>
To: pgsql-committers@postgresql.org
Date: 2017-03-03T13:50:11Z
Lists: pgsql-hackers
Allow vacuums to report oldestxmin

Allow VACUUM and Autovacuum to report the oldestxmin value they
used while cleaning tables, helping to make better sense out of
the other statistics we report in various cases.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9eb344faf54a849898d9be012ddfa8204cfeb57c

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


Commits

  1. Simplify the example of VACUUM in documentation.

  2. Allow vacuums to report oldestxmin

  3. Message editing: remove gratuitous variations in message wording, standardize