From f42de2c3cbe5f0e4cfc25de9c01bb09e03014f19 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Thu, 18 Apr 2024 12:32:09 +0300 Subject: [PATCH] Adds an additional changelog item --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf28173f7..1115a4243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ * Allows overwriting host name for all inter-node connections by supporting "host" parameter in citus.node_conninfo (#7541) +* Changes the order in which the locks are acquired for the target and reference tables, + when a modify request is initiated from a worker node that is not the + "FirstWorkerNode" (#7542) + * Correctly mark some variables as volatile (#7570) * Fix performance issue in GetForeignKeyOids on systems with many constraints (#7578)