On Sat, Dec 11, 2021 at 12:24 PM Andres Freund <and...@anarazel.de> wrote:
> But the ereport is inside an if (verbose), no?

Yes -- in order to report aggressiveness in VACUUM VERBOSE. But the
autovacuum case still reports verbose-ness, in the same way as it
always has -- in that same LOG entry. We don't want to repeat
ourselves in the VERBOSE case, which will have already indicated its
verboseness in the up-front ereport().

In other words, every distinct case reports on its aggressiveness
exactly once per call into lazyvacuum.c. In roughly the same way as it
works on HEAD.

-- 
Peter Geoghegan


Reply via email to