!1105 分区表交换分区时,如果指定verbose会报错
Merge pull request !1105 from ShineStarStar/gen
This commit is contained in:
@ -20755,7 +20755,7 @@ static void checkValidationForExchangeTable(Relation partTableRel, Relation ordT
|
||||
tupleDesc = ordTableRel->rd_att;
|
||||
|
||||
if (exchangeVerbose) {
|
||||
indexList = RelationGetIndexList(partTableRel);
|
||||
indexList = RelationGetSpecificKindIndexList(partTableRel, false);
|
||||
|
||||
foreach (cell, indexList) {
|
||||
Oid indexOid = lfirst_oid(cell);
|
||||
|
||||
Reference in New Issue
Block a user