From 8fec7285d0c97bc096e3bdf97b1e1bd8b9f34dc9 Mon Sep 17 00:00:00 2001 From: eaydingol <60466783+eaydingol@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:38:13 +0300 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Onur Tirtir --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbff46038..4d16f8d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ### citus v12.1.7 (Feb 6, 2025) ### -* Avoids re-assigning the global pid for client backends and bg workers when the application_name changes (#7791) +* Fixes a crash that happens because of unsafe catalog access when re-assigning + the global pid after `application_name` changes (#7791) * Raises an ERROR instead of server crash for certain scenarios, e.g, Bug 3697586 (#7836)