mirror of https://github.com/citusdata/citus.git
err msg update
parent
d95ca2d63b
commit
bbf8d9c994
|
@ -814,9 +814,9 @@ AcquirePlacementColocationLock(Oid relationId, int lockMode,
|
||||||
ereport(ERROR, (errmsg("could not acquire the lock required to %s %s",
|
ereport(ERROR, (errmsg("could not acquire the lock required to %s %s",
|
||||||
operationName,
|
operationName,
|
||||||
generate_qualified_relation_name(relationId)),
|
generate_qualified_relation_name(relationId)),
|
||||||
errdetail("It means that either a concurrent shard move "
|
errdetail("It means that either a concurrent shard move, "
|
||||||
"or colocated distributed table creation is "
|
"colocated distributed table creation or "
|
||||||
"happening."),
|
"shard property change is happening."),
|
||||||
errhint("Make sure that the concurrent operation has "
|
errhint("Make sure that the concurrent operation has "
|
||||||
"finished and re-run the command")));
|
"finished and re-run the command")));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue