v.20.9Improvement
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
This feature removes the previous restriction that required the<internal_replication> setting to be enabled for executing ALTER ... ON CLUSTER queries, providing more flexibility and simplifying cluster-wide schema changes.How to use it
Users can now runALTER ... ON CLUSTER queries without modifying the <internal_replication> setting in the cluster config. Simply execute the cluster-wide ALTER query as usual.