Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 328f492

Browse files
committed
Fix code indentation violation in commit b6e1157
Per buildfarm member koel via Andrew Dunstan.
1 parent e1c83e7 commit 328f492

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/backend/parser/parse_expr.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3521,9 +3521,9 @@ makeJsonConstructorExpr(ParseState *pstate, JsonConstructorType type,
35213521

35223522
/*
35233523
* Coerce to the RETURNING type and format, if needed. We abuse
3524-
* CaseTestExpr here as placeholder to pass the result of either evaluating
3525-
* 'fexpr' or whatever is produced by ExecEvalJsonConstructor() that is of
3526-
* type JSON or JSONB to the coercion function.
3524+
* CaseTestExpr here as placeholder to pass the result of either
3525+
* evaluating 'fexpr' or whatever is produced by ExecEvalJsonConstructor()
3526+
* that is of type JSON or JSONB to the coercion function.
35273527
*/
35283528
if (fexpr)
35293529
{
@@ -3632,6 +3632,7 @@ transformJsonArrayQueryConstructor(ParseState *pstate,
36323632
colref->location = ctor->location;
36333633

36343634
agg->arg = makeJsonValueExpr((Expr *) colref, ctor->format);
3635+
36353636
/*
36363637
* No formatting necessary, so set formatted_expr to be the same as
36373638
* raw_expr.

0 commit comments

Comments
 (0)