From 2d5677f91fa14fdfa3e8075411a714981b751d56 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Mon, 12 Feb 2024 01:07:31 +0300 Subject: [PATCH] Adds missing Changelog item --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 502d21d16..376a67084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ * Disallow creating a replicated distributed table concurrently (#7216) +* Fixes a bug in background shard rebalancer where the replicate + reference tables task fails if the current user is not a superuser (#6930) + * Fixes a bug related to non-existent objects in DDL commands (#6984) * Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152)