forked from huawei/openGauss-server
verbose报错
This commit is contained in:
parent
4cae2a598f
commit
6a6d31e033
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue