mirror of https://github.com/citusdata/citus.git
wip
parent
f45f247459
commit
34422284de
|
@ -1835,6 +1835,12 @@ findRteIdentityWalker(Node *node, FindRteIdentityContext* context)
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!IsA(node, RangeTblEntry))
|
||||
{
|
||||
return expression_tree_walker(node, findRteIdentityWalker,
|
||||
context);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue