Fix the changelog entry for citus_pause_node_within_txn() UDF (#7215)

(cherry picked from commit 2c190d0689)
pull/7339/head v12.1.0
aykut-bozkurt 2023-09-20 16:45:04 +03:00 committed by aykut-bozkurt
parent 9b6ffece5e
commit 3b908eec2a
No known key found for this signature in database
GPG Key ID: 9091B321205322C9
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
* Add `citus_schema_move()` function which moves tables within a * Add `citus_schema_move()` function which moves tables within a
distributed schema to another node (#7180) distributed schema to another node (#7180)
* Adds `citus_pause_node()` UDF that allows pausing the node with given id * Adds `citus_pause_node_within_txn()` UDF that allows pausing the node with
(#7089) given id (#7089)
* Makes sure to enforce shard level colocation with the GUC * Makes sure to enforce shard level colocation with the GUC
`citus.enable_non_colocated_router_query_pushdown` (#7076) `citus.enable_non_colocated_router_query_pushdown` (#7076)