Re: Unifying VACUUM VERBOSE and log_autovacuum_min_duration output
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-12-20T17:39:22Z
Lists: pgsql-hackers
Attachments
- v2-0001-Unify-VACUUM-VERBOSE-and-log_autovacuum_min_durat.patch (application/octet-stream) patch v2-0001
On Mon, Nov 29, 2021 at 6:51 PM Peter Geoghegan <pg@bowt.ie> wrote: > Attached is a WIP patch doing this. This has bitrot, so I attach v2, mostly just to keep the CFTester status green. The only real change is one minor simplification to how we set everything up, inside heap_vacuum_rel(). -- Peter Geoghegan
Commits
-
Unify VACUUM VERBOSE and autovacuum logging.
- 49c9d9fcfa9a 15.0 landed