mirror of https://github.com/citusdata/citus.git
Fix style
parent
d93b46559e
commit
a46ae3bee0
|
@ -1026,11 +1026,10 @@ GetRelationSequenceDependencyList(Oid relationId)
|
||||||
{
|
{
|
||||||
List *attnumList = NIL;
|
List *attnumList = NIL;
|
||||||
List *dependentSequenceList = NIL;
|
List *dependentSequenceList = NIL;
|
||||||
List *sequenceDependencyDefList = NIL;
|
|
||||||
|
|
||||||
GetDependentSequencesWithRelation(relationId, &attnumList, &dependentSequenceList, 0);
|
GetDependentSequencesWithRelation(relationId, &attnumList, &dependentSequenceList, 0);
|
||||||
sequenceDependencyDefList = CreateObjectAddressDependencyDefList(RelationRelationId,
|
List *sequenceDependencyDefList =
|
||||||
dependentSequenceList);
|
CreateObjectAddressDependencyDefList(RelationRelationId, dependentSequenceList);
|
||||||
|
|
||||||
return sequenceDependencyDefList;
|
return sequenceDependencyDefList;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue