mirror of https://github.com/citusdata/citus.git
Style
parent
f5378a8c9d
commit
360c11f7fd
|
@ -400,7 +400,8 @@ ErrorIfUnsupportedCitusLocalTableKind(Oid relationId)
|
|||
|
||||
|
||||
char relationKind = get_rel_relkind(relationId);
|
||||
if (!(relationKind == RELKIND_RELATION || relationKind == RELKIND_FOREIGN_TABLE || relationKind == RELKIND_PARTITIONED_TABLE))
|
||||
if (!(relationKind == RELKIND_RELATION || relationKind == RELKIND_FOREIGN_TABLE ||
|
||||
relationKind == RELKIND_PARTITIONED_TABLE))
|
||||
{
|
||||
ereport(ERROR, (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
|
||||
errmsg("cannot add local table \"%s\" to metadata, only regular "
|
||||
|
|
Loading…
Reference in New Issue