mirror of https://github.com/citusdata/citus.git
Update create_distributed_table.c
parent
33934792c4
commit
b940d975a6
|
@ -438,7 +438,7 @@ CreateDistributedTableConcurrently(Oid relationId, char *distributionColumnName,
|
||||||
colocateWithTableName);
|
colocateWithTableName);
|
||||||
if (replicationModel == REPLICATION_MODEL_COORDINATOR)
|
if (replicationModel == REPLICATION_MODEL_COORDINATOR)
|
||||||
{
|
{
|
||||||
ereport(ERROR, (errmsg("cannot create a replicated distributed a "
|
ereport(ERROR, (errmsg("cannot create a replicated distributed "
|
||||||
"table concurrently")));
|
"table concurrently")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue