EDB Postgres Distributed 6.0.2 release notes v6.0.2

Released: 25 June 2025

This is the first patch release of EDB Postgres Distributed 6.0, which includes bug fixes and enhancements to the new features introduced in PGD 6.0.

Bug Fixes

DescriptionAddresses
Fixed an issue with the slot names generated by node setup command.

The command generated the slot names as UUID values with underscore (_) which is not compatible with PGD slot names.

Fixed segmentation fault in bdr.stat_connection_manager_get_stats().

The memory returned by the function was allocated in an incorrect memory context.

Ensure that GRANT check for BDR objects works for EPAS object types

The mechanism for determining whether user can be granted permissions on BDR extension objects was failing for EPAS-specific objects. This was a regression from PGD release 5.7.0 and is now fixed.

49649
Renamed the check Clock Skew to Clock Drift for pgd cluster show command.

The check is renamed to be consistent with the terminology used at other places in PGD.

Added a warning message if CLI fails to fetch value of a GUC for pgd cluster verify command.

The command could crash if the CLI could not fetch a value for a GUC for some reason.