提交 7c1d77b3 编写于 作者: H Heikki Linnakangas

Silence compiler warning when building without assertions.

上级 5a1676ee
......@@ -1202,9 +1202,7 @@ ExecEndNode(PlanState *node)
if (node == NULL)
return;
EState *estate = node->state;
Assert(estate != NULL);
Assert(node->state != NULL);
if (node->chgParam != NULL)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册