!905 修复在Debug模式下,执行特定SQL导致数据库Core Dump

Merge pull request !905 from 杨皓/master
This commit is contained in:
opengauss-bot
2021-04-22 16:14:54 +08:00
committed by Gitee

View File

@ -176,7 +176,6 @@ PlannedStmt* pgxc_planner(Query* query, int cursorOptions, ParamListInfo boundPa
}
/* release resource applied in standard_planner */
t_thrd.utils_cxt.CurrentResourceOwner = currentOwner;
ResourceOwnerDelete(tempOwner);
}
PG_CATCH();
{