mirror of https://github.com/citusdata/citus.git
apply review comments
parent
ef7a47f888
commit
09a8ebba0c
|
@ -9,7 +9,6 @@
|
|||
|
||||
* Allows `GRANT ADMIN` to now also be `INHERIT` or `SET` in support of PG16
|
||||
|
||||
|
||||
* Propagates `SECURITY LABEL ON ROLE` statement from any node (#7508)
|
||||
|
||||
* Adds support for issuing role management commands from worker nodes (#7278)
|
||||
|
@ -115,9 +114,6 @@ table concurrently (#7219)
|
|||
* Fixes segmentation fault when using `CASE WHEN` in `DO` block functions
|
||||
(#7554)
|
||||
|
||||
* Fixes copy-paste error on `rightComparisonLimit`, which makes it use the same
|
||||
value as the `leftComparisonLimit` (#7547)
|
||||
|
||||
* Fixes undefined behavior in `master_disable_node` due to argument mismatch,
|
||||
where `master_disable_node()` has only two arguments, but calls
|
||||
`citus_disable_node()` that tries to read three arguments (#7492)
|
||||
|
@ -138,8 +134,6 @@ table concurrently (#7219)
|
|||
|
||||
* Fixes potential `NULL` dereference in casual clocks (#7704)
|
||||
|
||||
* Adds `NULL` check for node in `HasRangeTableRef` to prevent errors (#7609)
|
||||
|
||||
### citus v13.0.3 (March 20th, 2025) ###
|
||||
|
||||
* Fixes a version bump issue in 13.0.2
|
||||
|
|
Loading…
Reference in New Issue