!905 修复在Debug模式下,执行特定SQL导致数据库Core Dump
Merge pull request !905 from 杨皓/master
This commit is contained in:
@ -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();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user