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.
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. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
