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

pg16_grant_inherit_set
aykut-bozkurt 2023-09-20 16:45:04 +03:00 committed by francisjodi
parent e96381b5a7
commit d0e2fecda6
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
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)