Re: Autovacuum on partitioned table (autoanalyze)

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Autovacuum on partitioned table (autoanalyze)
Дата
Msg-id 20210817105022.e2t4rozkhqy2myhn@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Autovacuum on partitioned table (autoanalyze)  (Álvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
Hi,

On 2021-08-16 13:13:55 -0400, Álvaro Herrera wrote:
> Another possible problem is that before the revert, we accept
> ALTER TABLE some_partitioned_table SET (autovacuum_enabled=on/off);
> (also autovacuum_analyze_scale_factor and autovacuum_analyze_threshold)
> but after the revert this is will throw a syntax error.  What do people
> think we should do about that?
> 
> 1. Do nothing.  If somebody finds in that situation, they can use
>   ALTER TABLE .. RESET ...
>   to remove the settings.
> 
> 2. Silently accept the option and do nothing.
> 3. Accept the option and throw a warning that it's a no-op.
> 4. Something else

1) seems OK to me.

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Autovacuum on partitioned table (autoanalyze)
Следующее
От: David Rowley
Дата:
Сообщение: Re: Allow parallel DISTINCT