[COMMITTERS] pgsql: Allow vacuums to report oldestxmin - Mailing list pgsql-committers

From Simon Riggs
Subject [COMMITTERS] pgsql: Allow vacuums to report oldestxmin
Date
Msg-id E1cjnb1-0000FL-Vh@gemulon.postgresql.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Add pg_current_logfile() function.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Use asynchronous connect API in libpqwalreceiver