From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Allow vacuums to report oldestxmin |
Date: | 2017-03-03 13:50:11 |
Message-ID: | E1cjnb1-0000FL-Vh@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2017-03-03 14:17:44 | pgsql: Use asynchronous connect API in libpqwalreceiver |
Previous Message | Robert Haas | 2017-03-03 06:18:34 | pgsql: Add pg_current_logfile() function. |
From | Date | Subject | |
---|---|---|---|
Next Message | David Steele | 2017-03-03 13:51:19 | Re: make async slave to wait for lsn to be replayed |
Previous Message | David Steele | 2017-03-03 13:45:00 | Re: GUC for cleanup indexes threshold. |