v.20.11Improvement
Allow ALTER ... ON CLUSTER Queries Regardless of internal_replication Setting
Now it's allowed to executeALTER ... ON CLUSTERqueries regardless of the<internal_replication>setting in cluster config. #16075 (alesapin).
Why it matters
Previously,ALTER ... ON CLUSTER queries were restricted based on the <internal_replication> setting in the cluster config. This feature removes that limitation, enabling more flexible and consistent cluster-wide schema changes regardless of replication settings.How to use it
Users can now runALTER ... ON CLUSTER queries without needing to modify or depend on the <internal_replication> configuration in their cluster config files. Simply execute your ALTER statement with the ON CLUSTER clause as usual.