From 3cf622341658084a83cf33a6252eb9c91524519e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Mon, 12 Feb 2024 13:17:00 +0300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Onur Tirtir --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02daf1cad..44acae724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ * Fix leaking of memory and memory contexts in Foreign Constraint Graphs (#7236) -* Disallow creating a replicated distributed table concurrently (#7216) +* Disallow creating a replicated distributed table concurrently (#7219) * Fixes the incorrect column count after ALTER TABLE (#7379)