Make citus_indent happy.

pull/1500/head
Hadi Moshayedi 2017-07-19 11:26:28 -04:00
parent 13edec2bbe
commit 0374a9b1ad
2 changed files with 2 additions and 0 deletions

View File

@ -165,6 +165,7 @@ RelayEventExtendNames(Node *parseTree, char *schemaName, uint64 shardId)
* through* to avoid code repetition.
*/
}
/* fallthrough */
case T_CreateStmt:
{

View File

@ -4449,6 +4449,7 @@ isSimpleNode(Node *node, Node *parentNode, int prettyFlags)
}
/* else do the same stuff as for T_SubLink et al. */
}
/* fallthrough */
case T_SubLink:
case T_NullTest: