verbose报错

This commit is contained in:
wangxin 2021-07-21 10:19:28 +08:00
parent 4cae2a598f
commit 6a6d31e033
1 changed files with 1 additions and 1 deletions

View File

@ -20558,7 +20558,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);