Skip to content

Commit fc31fb9

Browse files
github-actions[bot]djw-m
authored andcommitted
update generated release notes
1 parent 7f8e66e commit fc31fb9

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

product_docs/docs/pgd/4/rel_notes/pgd_4.3.7_rel_notes.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ Released: 25 February 2025
99

1010
EDB Postgres Distributed 4.3.7 is a minor release that includes several bug fixes and enhancements.
1111

12-
## Highlights
13-
14-
- TODO: Highlights
15-
1612
## Bug Fixes
1713

1814
<table class="table w-100"><thead><tr><th>Component</th><th>Version</th><th>Description</th><th width="10%">Addresses</th></tr></thead><tbody>
19-
<tr><td>BDR</td><td>4.3.7</td><td><details><summary>relnote here</summary><hr/><p>Something good</p>
15+
<tr><td>BDR</td><td>4.3.7</td><td><details><summary>Fixed autopatition task scheduling.</summary><hr/><p>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.</p>
16+
</details></td><td>41998</td></tr>
17+
<tr><td>BDR</td><td>4.3.7</td><td><details><summary>Fixed a bug where <code>bdr_init_physical</code> stopped responding when <code>synchronous_commit</code> is set to <code>remote_write/remote_apply</code>.</summary><hr/><p><code>bdr_init_physical</code> disables synchronous replication on a new node by resetting <code>synchronous_standby_names</code> to an empty string. A warning message reminds you to set <code>synchronous_standby_names</code> as needed.</p>
18+
</details></td><td>44760</td></tr>
19+
<tr><td>BDR</td><td>4.3.7</td><td><details><summary>Fixed a bug to handle additional replication sets on witness nodes.</summary><hr/><p>The witness node now only cares about the top replication set and thus allows it to miss replications sets and not error out.</p>
20+
</details></td><td>41776, 44527</td></tr>
21+
<tr><td>BDR</td><td>4.3.7</td><td><details><summary>Unsupported <code>ALTER TABLE</code> command on materialized views is no longer replicated.</summary><hr/><p>Replication no longer becomes stuck when the command is issued.</p>
2022
</details></td><td></td></tr>
2123
</tbody></table>
2224

0 commit comments

Comments
 (0)