!2785 函数MakeDefaultSubpartition返回值代码冗余

Merge pull request !2785 from foolishlee/MakeDefaultSubpartition
This commit is contained in:
opengauss-bot
2023-01-18 03:05:03 +00:00
committed by Gitee

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,