From c2f8f1e1a20c2842d6c02a684f728fb88f2d5b58 Mon Sep 17 00:00:00 2001 From: Alper Kocatas Date: Mon, 2 Jun 2025 06:40:55 +0000 Subject: [PATCH] Remove changelog item alredy included in 12.1.3 --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f36341b..4ba5a7bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,10 +35,6 @@ * Adds `citus_is_primary_node()` UDF to determine if the current node is a primary node in the cluster (#7720) -* 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) - * Makes sure to avoid incorrectly pushing-down the outer joins between distributed tables and recurring relations (like reference tables, local tables and `VALUES(..)` etc.) prior to PG 17 (#7937)