Re: Process title for autovac - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Process title for autovac
Date
Msg-id 20130406211049.GB3751@eldon.alvh.no-ip.org
Whole thread Raw
In response to Process title for autovac  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Jeff Janes escribió:

> Is this functionality something we want?  If so should it include explicit
> vacuum as well as autovac?

Yes.  No.

> Any opinion about where in the code base it
> properly belongs (which obviously depends on whether it should cover manual
> vacuum as well)?  And does the string need to distinguish between an
> autovac and an autoanalyze?

autovacuum_do_vac_analyze() is probably the place to add it.  I think we
should include the wraparound, dovacuum and doanalyze flags in there
somehow, yes.

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Slightly insane use of USE_WIDE_UPPER_LOWER in pg_trgm
Next
From: Alexander Korotkov
Date:
Subject: Re: Slightly insane use of USE_WIDE_UPPER_LOWER in pg_trgm