Indicate anti-wraparound autovacuum in log_autovacuum_min_duration - Mailing list pgsql-hackers

From Sergei Kornilov
Subject Indicate anti-wraparound autovacuum in log_autovacuum_min_duration
Date
Msg-id 11587951532155118@sas1-19a94364928d.qloud-c.yandex.net
Whole thread Raw
Responses Re: Indicate anti-wraparound autovacuum inlog_autovacuum_min_duration  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hello
Currently log_autovacuum_min_duration log message has no difference between regular autovacuum and to prevent
wraparoundautovacuum. There are important differences, for example, backend can automatically cancel regular
autovacuum,but not anti-wraparound. I think it is useful indicate anti-wraparound in logs.
 

Small patch attached. I am not sure can be anti-wraparound autovacuum not aggressive, so i leave all 4 variants.

regards, Sergei
Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Have an encrypted pgpass file
Next
From: Michael Paquier
Date:
Subject: Re: Indicate anti-wraparound autovacuum inlog_autovacuum_min_duration