mirror of https://github.com/citusdata/citus.git
Remove extra blank lines before block-closing braces ruleutils_15.c
Relevant PG commit: 24d2b2680a8d0e01b30ce8a41c4eb3b47aca5031naisila/failure_pg15
parent
039aa36f6d
commit
132bb2d155
|
@ -6185,7 +6185,6 @@ get_rule_expr(Node *node, deparse_context *context,
|
|||
get_rule_expr_paren((Node *) xexpr->args, context, false, node);
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
if (xexpr->op == IS_XMLSERIALIZE)
|
||||
appendStringInfo(buf, " AS %s",
|
||||
|
|
Loading…
Reference in New Issue