mirror of https://github.com/citusdata/citus.git
Style
parent
f68ea20009
commit
fccfee08b6
|
@ -254,6 +254,6 @@ ErrorIfTenantTable(Oid relationId, char *operationName)
|
|||
if (IsTenantSchema(get_rel_namespace(relationId)))
|
||||
{
|
||||
ereport(ERROR, (errmsg("%s is not allowed for %s because it is a tenant table",
|
||||
get_rel_name(relationId), operationName)));
|
||||
get_rel_name(relationId), operationName)));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue