File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1210,6 +1210,16 @@ type ReplicationSlotsHAConfiguration struct {
12101210 // +kubebuilder:validation:Pattern=^[0-9a-z_]*$
12111211 // +optional
12121212 SlotPrefix string `json:"slotPrefix,omitempty"`
1213+
1214+ // When enabled, the operator automatically manages synchronization of logical
1215+ // decoding (replication) slots across high-availability clusters.
1216+ //
1217+ // Requires one of the following conditions:
1218+ // - PostgreSQL version 17 or later
1219+ // - PostgreSQL version < 17 with pg_failover_slots extension enabled
1220+ //
1221+ // +optional
1222+ SynchronizeLogicalDecoding bool `json:"synchronizeLogicalDecoding,omitempty"`
12131223}
12141224
12151225// KubernetesUpgradeStrategy tells the operator if the user want to
You can’t perform that action at this time.
0 commit comments