mirror of https://github.com/citusdata/citus.git
Creates new colocation for colocate_with:='none' too
parent
6254f30305
commit
14a4d988e3
|
@ -959,7 +959,9 @@ ColocationIdForNewTable(Oid relationId, Var *distributionColumn,
|
||||||
}
|
}
|
||||||
else if (IsColocateWithNone(colocateWithTableName))
|
else if (IsColocateWithNone(colocateWithTableName))
|
||||||
{
|
{
|
||||||
colocationId = GetNextColocationId();
|
colocationId = CreateColocationGroup(shardCount, ShardReplicationFactor,
|
||||||
|
distributionColumnType,
|
||||||
|
distributionColumnCollation);
|
||||||
|
|
||||||
createdColocationGroup = true;
|
createdColocationGroup = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue