You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: product_docs/docs/pgd/4/rel_notes/src/relnote_4.3.7.yml
+32-11Lines changed: 32 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,36 @@ components:
10
10
"Utilities": 4.3.7
11
11
intro: |
12
12
EDB Postgres Distributed 4.3.7 is a minor release that includes several bug fixes and enhancements.
13
-
highlights: |
14
-
- TODO: Highlights
15
13
relnotes:
16
-
- relnote: "relnote here"
17
-
component: BDR
18
-
component_version: 4.3.7
19
-
details: |
20
-
Something good
21
-
jira:
22
-
addresses: ""
23
-
type: Bug Fix
24
-
impact: High
14
+
- relnote: Unsupported `ALTER TABLE` command on materialized views is no longer replicated.
15
+
component: BDR
16
+
details: |
17
+
Replication no longer becomes stuck when the command is issued.
18
+
jira: BDR-5997
19
+
addresses: ""
20
+
type: Bug Fix
21
+
impact: Lowest
22
+
- relnote: Fixed a bug where `bdr_init_physical` stopped responding when `synchronous_commit` is set to `remote_write/remote_apply`.
23
+
component: BDR
24
+
details: |
25
+
`bdr_init_physical` disables synchronous replication on a new node by resetting `synchronous_standby_names` to an empty string. A warning message reminds you to set `synchronous_standby_names` as needed.
26
+
jira: BDR-5918
27
+
addresses: 44760
28
+
type: Bug Fix
29
+
impact: Medium
30
+
- relnote: Fixed a bug to handle additional replication sets on witness nodes.
31
+
component: BDR
32
+
details: |
33
+
The witness node now only cares about the top replication set and thus allows it to miss replications sets and not error out.
34
+
jira: BDR-5880
35
+
addresses: "41776, 44527"
36
+
type: Bug Fix
37
+
impact: Low
38
+
- relnote: Fixed autopatition task scheduling.
39
+
component: BDR
40
+
details: |
41
+
To improve reliability, shuffle the scheduling of autopartition tasks. This way, tasks that are prone to failure won't consistently impact the success of other tasks.
0 commit comments