Update create_distributed_table.c

pull/7219/head
Onur Tirtir 2023-09-24 16:03:40 +03:00 committed by GitHub
parent 33934792c4
commit b940d975a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")));
} }