On Sat, Feb 11, 2017 at 7:00 AM, Robert Haas <[email protected]> wrote: > On Fri, Feb 10, 2017 at 3:30 AM, Simon Riggs <[email protected]> wrote: >> We've added xmin info to pg_stat_activity and pg_stat_replication, but >> VACUUM doesn't yet report which xmin value it used when it ran. >> >> Small patch to add this info to VACUUM output.
+1 > It seems sensible to me to do something like this. We already report > a lot of other fine details, so what's one more? And it could be > useful. Also, I've been proposing to report the number of skipped the frozen pages even in manual vacuum verbose log. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
