From 08c54784ecf714bc78dbec802eb6f9bb037ffcf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Mon, 22 Apr 2024 13:34:27 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Onur Tirtir --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339e39fee..f65e909df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,21 +14,21 @@ many tables (#7577) * Fixes a crash caused by some form of ALTER TABLE ADD COLUMN - statements.When adding multiple columns, if one of the ADD COLUMN + statements. When adding multiple columns, if one of the ADD COLUMN statements contains a FOREIGN constraint omitting the referenced columns in the statement, a SEGFAULT was occurring. (#7522) * Fixes a performance issue when creating distributed tables if many already exist (#7575, #7579) -* Fixes bug when hostname in pg_dist_node resolves to multiple IPs +* Fixes a bug when hostname in pg_dist_node resolves to multiple IPs (#7377) -* Fixes performance issue in when tracking foreign key constraints on +* Fixes performance issue when tracking foreign key constraints on systems with many constraints (#7578) -* Fixes segmentation fault when using CASE WHEN in DO block functions - (#7554) +* Fixes segmentation fault when using CASE WHEN in DO block within + functions. (#7554) * Fixes undefined behavior in master_disable_node due to argument mismatch (#7492)