Patch: Tie stats options to autovacuum in postgresql.conf

Поиск
Список
Период
Сортировка
От David Wheeler
Тема Patch: Tie stats options to autovacuum in postgresql.conf
Дата
Msg-id C1A99EB4-2A03-42B3-8BB6-32BECF7BC9E0@kineticode.com
обсуждение исходный текст
Ответы Re: Patch: Tie stats options to autovacuum in postgresql.conf  ("Jim C. Nasby" <jim@nasby.net>)
Список pgsql-hackers
PostgreSQLers,

I just ran into an issue where a client thought that autovacuum was
running but it wasn't. This is because it's not fatal when autovacuum
is on but stats_start_collector and/or stats_row_level is off. I
suspect that there's a reason that it's not fatal, so I thought that
it might be useful to give folks just a little bit of help by telling
them in postgresql.conf that they need to enable them in order for
autovacuum to work.

If this patch is not correctly formatted or against the proper file,
please let me know and I'll make the necessary modifications.

Thanks,

David


Вложения

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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: JAVA Support
Следующее
От: Gevik Babakhani
Дата:
Сообщение: Re: Row IS NULL question