提交 22647157 编写于 作者: J Jesse Zhang and Omer Arap 提交者: Bhuvnesh

Fix getting the list of leaf relids in part table form a rule

Uninitialized variable causes release and debug build to behave
differently for analyze. This commit fixes the issue.
上级 14c0a048
......@@ -2896,7 +2896,7 @@ rel_get_leaf_relids_from_rule(Oid ruleOid)
ScanKeyData scankey;
Relation part_rule_rel;
SysScanDesc sscan;
bool hasChildren;
bool hasChildren = false;
List *lChildrenOid = NIL;
HeapTuple tuple;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册