mirror of https://github.com/citusdata/citus.git
fix style
parent
be915089a4
commit
e581885d8e
|
@ -997,7 +997,8 @@ HoldsConflictingLockWithReferencingRelations(Oid relationId, ShardPlacementAcces
|
|||
Assert(!IsCitusTableTypeCacheEntry(cacheEntry, DISTRIBUTED_TABLE));
|
||||
|
||||
Oid referencingRelation = InvalidOid;
|
||||
foreach_declared_oid(referencingRelation, cacheEntry->referencingRelationsViaForeignKey)
|
||||
foreach_declared_oid(referencingRelation,
|
||||
cacheEntry->referencingRelationsViaForeignKey)
|
||||
{
|
||||
/*
|
||||
* We're only interested in foreign keys to reference tables from
|
||||
|
|
Loading…
Reference in New Issue