Release notes for EDB Postgres Distributed version 4.3.2 v4

Released: 31 Aug 2023

Updated: 04 Sep 2023

EDB Postgres Distributed version 4.3.2 is a minor release of EDB Postgres Distributed 4, which includes bug fixes for issues identified in previous versions.

Note

This version is required for EDB Postgres Advanced Server versions 12.15, 13.11, 14.8 and later.

ComponentVersionTypeDescription
BDR4.3.2Bug fixFixed a crash in conflict triggers during bulk inserts.
BDR4.3.2Bug fixPrevented the overflow in group commit transaction tracking on large clusters.
BDR4.3.2Bug fixAdded a missing columns to the bdr.sequence_alloc catalog.
BDR4.3.2Bug fixAdded a validatation in node connection strings in bdr.create_node(). (RT95453)
BDR4.3.2Bug fixFixed a memory leak in group commit and camo caused by transaction tracking.
BDR4.3.2Bug fixAdded check for conflicting node names.
BDR4.3.2Bug fixFixed the consensus snapshot compatibility with PGD 3.7. (RT93022)
BDR4.3.2Bug fixWhen joining a node, don’t check foreign keys to match the behavior of replication. (RT91745)
BDR4.3.2Bug fixImproved consumption of replication queue on busy subscriptions.
BDR4.3.2Bug fixFixed a deadlock on autopartition catalogs when a concurrent DROP EXTENSION is being executed.