Mechanical code beautification ruleutils_15.c

Relevant PG commit:
23e7b38bfe396f919fdb66057174d29e17086418
pg_15_iso_fix
naisila 2022-07-25 16:44:23 +03:00
parent b2e0df4eb7
commit 3e4f6ae315
1 changed files with 23 additions and 20 deletions

View File

@ -6522,7 +6522,8 @@ get_rule_expr(Node *node, deparse_context *context,
if (jexpr->passing_values)
{
ListCell *lc1, *lc2;
ListCell *lc1,
*lc2;
bool needcomma = false;
appendStringInfoString(buf, " PASSING ");
@ -7045,7 +7046,8 @@ get_agg_expr_helper(Aggref *aggref, deparse_context *context,
if (is_json_objectagg)
{
if (i > 2)
break; /* skip ABSENT ON NULL and WITH UNIQUE args */
break; /* skip ABSENT ON NULL and WITH UNIQUE
* args */
appendStringInfoString(buf, " : ");
}
@ -8139,7 +8141,8 @@ get_json_table(TableFunc *tf, deparse_context *context, bool showimplicit)
if (jexpr->passing_values)
{
ListCell *lc1, *lc2;
ListCell *lc1,
*lc2;
bool needcomma = false;
appendStringInfoChar(buf, ' ');