mirror of https://github.com/citusdata/citus.git
Merge branch 'master' into ref-table-crash
commit
e4510c4733
|
@ -166,6 +166,7 @@ RelayEventExtendNames(Node *parseTree, char *schemaName, uint64 shardId)
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fallthrough */
|
||||||
case T_CreateStmt:
|
case T_CreateStmt:
|
||||||
{
|
{
|
||||||
CreateStmt *createStmt = (CreateStmt *) parseTree;
|
CreateStmt *createStmt = (CreateStmt *) parseTree;
|
||||||
|
|
|
@ -4448,9 +4448,9 @@ isSimpleNode(Node *node, Node *parentNode, int prettyFlags)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
/* else do the same stuff as for T_SubLink et al. */
|
/* else do the same stuff as for T_SubLink et al. */
|
||||||
/* FALL THROUGH */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fallthrough */
|
||||||
case T_SubLink:
|
case T_SubLink:
|
||||||
case T_NullTest:
|
case T_NullTest:
|
||||||
case T_BooleanTest:
|
case T_BooleanTest:
|
||||||
|
|
Loading…
Reference in New Issue