From 273bab793d988ea514b1334c91b65289d9da817a Mon Sep 17 00:00:00 2001 From: lilong Date: Mon, 9 Jan 2023 14:52:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=BD=E6=95=B0MakeDefaultSubpartition?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E5=80=BC=E4=BB=A3=E7=A0=81=E5=86=97=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/backend/catalog/heap.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/backend/catalog/heap.cpp b/src/common/backend/catalog/heap.cpp index 7a580ef37..b80d82c3f 100644 --- a/src/common/backend/catalog/heap.cpp +++ b/src/common/backend/catalog/heap.cpp @@ -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,