mirror of https://github.com/citusdata/citus.git
Not consider single shard hash dist. tables as replicated (#4413)
parent
cc04fce10f
commit
0eb5701658
|
@ -465,7 +465,7 @@ SingleReplicatedTable(Oid relationId)
|
||||||
List *shardPlacementList = NIL;
|
List *shardPlacementList = NIL;
|
||||||
|
|
||||||
/* we could have append/range distributed tables without shards */
|
/* we could have append/range distributed tables without shards */
|
||||||
if (list_length(shardList) <= 1)
|
if (list_length(shardList) == 0)
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue