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

pull/7221/head
aykut-bozkurt 2023-09-20 16:45:04 +03:00 committed by GitHub
parent 71e556e090
commit 2c190d0689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)