函数MakeDefaultSubpartition返回值代码冗余

This commit is contained in:
lilong
2023-01-09 14:52:16 +08:00
parent ee3b7bcb4c
commit 273bab793d

View File

@ -7130,7 +7130,6 @@ Node *MakeDefaultSubpartition(PartitionState *partitionState, Node *partitionDef
MakeRangeDefaultSubpartition(partitionState, partitionName, tablespacename);
return (Node *)subPartitionDefState;
}
return NULL;
}
List *addNewSubPartitionTuplesForPartition(Relation pgPartRel, Oid partTableOid, Oid partTablespace,