citus/src
Karina 93c0ec1095
Fix server crash when trying to execute activate_node_snapshot() on a single-node cluster (#7552)
This fixes #7551 reported by Egor Chindyaskin

Function activate_node_snapshot() is not meant to be called on a cluster
without worker nodes. This commit adds ERROR report for such case to
prevent server crash.
2024-03-11 16:50:05 +03:00
..
backend Fix server crash when trying to execute activate_node_snapshot() on a single-node cluster (#7552) 2024-03-11 16:50:05 +03:00
include Add failure handling for CREATE DATABASE commands (#7483) 2024-03-11 16:50:03 +03:00
test Add support for alter/drop role propagation from non-main databases (#7461) 2024-03-11 16:50:03 +03:00