From 000bc09c885d4127880c4057eff9cbcc4a4a49cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Mon, 22 Apr 2024 13:43:19 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hanefi Onaldi --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f65e909df..021560099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,10 @@ reference tables, when a modify request is initiated from a worker node that is not the "FirstWorkerNode" (#7542) -* Fixes performance issue when distributing a table that depends on an +* Fixes a performance issue when distributing a table that depends on an extension (#7574) -* Fixes performance issue when using "\d tablename" on a server with +* Fixes a performance issue when using "\d tablename" on a server with many tables (#7577) * Fixes a crash caused by some form of ALTER TABLE ADD COLUMN