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

From Sergei Kornilov
Subject Re: Indicate anti-wraparound autovacuum in log_autovacuum_min_duration
Date
Msg-id 29305981532165166@myt2-66bcb87429e6.qloud-c.yandex.net
Whole thread Raw
In response to Re: Indicate anti-wraparound autovacuum inlog_autovacuum_min_duration  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Indicate anti-wraparound autovacuum in log_autovacuum_min_duration  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
Hello

> Yes, a bit more verbosity would be nice for that. Using the term
> "anti-wraparound" directly in the logs makes the most sense?
I used "(to prevent wraparound)" to looks like reporting in pg_stat_activity. As far i can see currently we not using
"anti-wraparound"for user messages.
 
On the other hand we using anti-wraparound in docs, so i can change wording.

> The patch could be made simpler by using empty strings with a single
> ereport() call.
How about proper translate in this case? Currently we translate full line "automatic vacuum of table \"%s.%s.%s\":
indexscans: %d\n" before ereport call.
 

regards, Sergei


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Indicate anti-wraparound autovacuum inlog_autovacuum_min_duration
Next
From: Andrey Borodin
Date:
Subject: Re: GiST VACUUM