Update src/backend/distributed/operations/rebalancer_placement_isolation.c

tenant-schema-isolation-complete-view
Onur Tirtir 2023-10-06 14:22:36 +03:00
parent 2fc1411da4
commit 9ea89a0063
1 changed files with 0 additions and 8 deletions

View File

@ -50,14 +50,6 @@ typedef struct
/*
* Whether given node is allowed to separate any shard placement groups.
*
* This is set only if we're draining a single node because otherwise
* we have the control to separate shard placement groups on any node.
*
* However if we're draining a single node, we cannot separate shard
* placement groups on the node that already has some placements because
* we cannot move the existing placements from a node that we're not
* draining to another node when we're draining a single node.
*/
bool allowedToSeparateAnyPlacementGroup;