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