From 3b908eec2aa281159966b4fa7bdee56ad92fd6de Mon Sep 17 00:00:00 2001 From: aykut-bozkurt <51649454+aykut-bozkurt@users.noreply.github.com> Date: Wed, 20 Sep 2023 16:45:04 +0300 Subject: [PATCH] Fix the changelog entry for citus_pause_node_within_txn() UDF (#7215) (cherry picked from commit 2c190d068918d1c457894adf97f550e5b3739184) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a2b2ce99..02fc91d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,8 @@ * Add `citus_schema_move()` function which moves tables within a distributed schema to another node (#7180) -* Adds `citus_pause_node()` UDF that allows pausing the node with given id - (#7089) +* Adds `citus_pause_node_within_txn()` UDF that allows pausing the node with + given id (#7089) * Makes sure to enforce shard level colocation with the GUC `citus.enable_non_colocated_router_query_pushdown` (#7076)