mirror of https://github.com/citusdata/citus.git
Make citus_indent happy.
parent
13edec2bbe
commit
0374a9b1ad
|
@ -165,6 +165,7 @@ RelayEventExtendNames(Node *parseTree, char *schemaName, uint64 shardId)
|
|||
* through* to avoid code repetition.
|
||||
*/
|
||||
}
|
||||
|
||||
/* fallthrough */
|
||||
case T_CreateStmt:
|
||||
{
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue