Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit328f492

Browse files
committed
Fix code indentation violation in commitb6e1157
Per buildfarm member koel via Andrew Dunstan.
1 parente1c83e7 commit328f492

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 oftype 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)

[8]ページ先頭

©2009-2025 Movatter.jp