mirror of https://github.com/citusdata/citus.git
Style
parent
6f042365bd
commit
6ef8075bdd
|
@ -260,6 +260,7 @@ CreateCitusLocalTable(Oid relationId, bool cascadeViaForeignKeys)
|
||||||
"cascade_via_foreign_keys=>true)",
|
"cascade_via_foreign_keys=>true)",
|
||||||
qualifiedRelationName, qualifiedRelationName)));
|
qualifiedRelationName, qualifiedRelationName)));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* save the relation name, to obtain the shell relation id later */
|
/* save the relation name, to obtain the shell relation id later */
|
||||||
char *relationName = get_rel_name(relationId);
|
char *relationName = get_rel_name(relationId);
|
||||||
Oid relationSchemaId = get_rel_namespace(relationId);
|
Oid relationSchemaId = get_rel_namespace(relationId);
|
||||||
|
|
Loading…
Reference in New Issue