mirror of https://github.com/citusdata/citus.git
Fixes an item in changelog
parent
6b6363c0f1
commit
56468d1906
|
@ -1,7 +1,5 @@
|
|||
### citus v11.2.2 (February 12, 2024) ###
|
||||
|
||||
* Disallow creating a replicated distributed table concurrently (#7216)
|
||||
|
||||
* Fixes a bug in background shard rebalancer where the replicate
|
||||
reference tables task fails if the current user is not a superuser (#6930)
|
||||
|
||||
|
@ -19,6 +17,8 @@
|
|||
|
||||
* Improves failure handling of distributed execution (#7090)
|
||||
|
||||
* Makes sure to disallow creating a replicated distributed table concurrently (#7219)
|
||||
|
||||
* Removes pg_send_cancellation (#7135)
|
||||
|
||||
### citus v11.2.1 (April 20, 2023) ###
|
||||
|
|
Loading…
Reference in New Issue