From 61b0cb2b6323ff464b9e855c082342d3cb9a05b0 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Tue, 13 Feb 2024 12:45:51 +0300 Subject: [PATCH] Fixes review notes --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1874e84a..d5685eb8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### citus v11.3.1 (February 12, 2024) ### +* Disallows MERGE when the query prunes down to zero shards (#6946) + * 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) @@ -14,13 +16,11 @@ * Fixes the incorrect column count after ALTER TABLE (#7379) -* Improves citus_shard_sizes performance (#7051) +* Improves citus_shard_sizes performance (#7050) * Makes sure to disallow creating a replicated distributed table concurrently (#7219) -* MERGE is unsupported with filters that prune down to zero shards (#6946) - * Removes pg_send_cancellation and all references (#7135) ### citus v11.3.0 (May 2, 2023) ###