!248 解决执行explain plan时并行查询出现core的问题

Merge pull request !248 from 徐鲲鹏/master
This commit is contained in:
opengauss-bot
2020-09-27 08:45:09 +08:00
committed by Gitee

View File

@ -154,6 +154,7 @@ void GetPlanNodePlainText(
}
break;
case T_Gather:
*pt_operation = "Gather";
*pname = *sname = *pt_options = "Gather";
break;
case T_IndexScan: