From 3512508d20c82cca54b22060c1def526ca9e1717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Tue, 13 Feb 2024 16:43:50 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Onur Tirtir --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69a1a1fa0..cdf80484d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### citus v12.0.1 (July 11, 2023) ### -* Changes PROCESS_TOAST default value to true (#7122) +* Fixes incorrect default value assumption for VACUUM(PROCESS_TOAST) #7122) * Fixes a bug that causes an unexpected error when adding a column with a NULL constraint (#7093) @@ -15,7 +15,7 @@ * Fixes the incorrect column count after ALTER TABLE (#7379) -* Improves citus_tables view performance (#7018) +* Improves citus_tables view performance (#7050) * Makes sure to disallow creating a replicated distributed table concurrently (#7219)