Euler Taveira de Oliveira <eu...@timbira.com> writes: > + if (!can_launch) > + ereport(LOG, > + (errmsg("maximum number of autovacuum > workers reached"), > + errhint("Consider increasing > autovacuum_max_workers (currently %d).", > + > autovacuum_max_workers)));
Isn't it normal for the launcher to max out the number of workers? A log message that's generated routinely in normal operation doesn't sound particularly helpful to me ... regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers