mirror of https://github.com/citusdata/citus.git
Replace uint with uint32
parent
fade7c1667
commit
4a17d12d74
|
@ -933,7 +933,7 @@ AddNodeMetadata(char *nodeName, int32 nodePort, int32 groupId, char *nodeRack,
|
|||
}
|
||||
else
|
||||
{
|
||||
uint maxGroupId = GetMaxGroupId();
|
||||
uint32 maxGroupId = GetMaxGroupId();
|
||||
|
||||
if (groupId > maxGroupId)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue