Re: [HACKERS] Autovacuum loose ends

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [HACKERS] Autovacuum loose ends
Дата
Msg-id 20050801131424.GA23473@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [HACKERS] Autovacuum loose ends  ("Michael Paesold" <mpaesold@gmx.at>)
Ответы Re: [HACKERS] Autovacuum loose ends  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Mon, Aug 01, 2005 at 09:55:11AM +0200, Michael Paesold wrote:
> Alvaro Herrera wrote:
>
> >Here is another patch for autovacuum:
> ...
> >- Xid-wraparound VACUUM is now FULL without ANALYZE
>
> Am I right in my assumption that this VACUUM FULL can happen for any
> database, not just a template database?

Ah, right.  I think it would be OK if we made it FULL only for
datallowcon=false databases.  OTOH maybe it's not worth at all making
the distinction and we should continue using the previous policy of
issuing only non-FULL VACUUM.

--
Alvaro Herrera (<alvherre[a]alvh.no-ip.org>)
"Having your biases confirmed independently is how scientific progress is
made, and hence made our great society what it is today" (Mary Gardiner)

В списке pgsql-patches по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Win32 Thread Safety
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: [HACKERS] For review: Server instrumentation patch