提交 b039879e 编写于 作者: D Daniel Gustafsson

Remove unused variable

The special handling for children of append nodes was removed in the
9.3 merge, but the variable was left behind. Fix by removing.
Reviewed-by: NHeikki Linnakangas <hlinnakangas@pivotal.io>
上级 407ffa30
......@@ -230,9 +230,6 @@ cdb_build_distribution_pathkeys(PlannerInfo *root,
List *retval = NIL;
List *eq = list_make1(makeString("="));
int i;
bool isAppendChildRelation = false;
isAppendChildRelation = (rel->reloptkind == RELOPT_OTHER_MEMBER_REL);
for (i = 0; i < nattrs; ++i)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册