Skip to content

Commit 7f8e66e

Browse files
pgnickbdjw-m
authored andcommitted
Properly add relnotes for BDR 4.3.7
1 parent 5e0b131 commit 7f8e66e

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed

product_docs/docs/pgd/4/rel_notes/src/relnote_4.3.7.yml

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,36 @@ components:
1010
"Utilities": 4.3.7
1111
intro: |
1212
EDB Postgres Distributed 4.3.7 is a minor release that includes several bug fixes and enhancements.
13-
highlights: |
14-
- TODO: Highlights
1513
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.
42+
jira: BDR-5638
43+
addresses: 41998
44+
type: Bug Fix
45+
impact: High

0 commit comments

Comments
 (0)