mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Fix code indentation violation in commit b6e1157e7d
Per buildfarm member koel via Andrew Dunstan.
This commit is contained in:
parent
e1c83e7b96
commit
328f492d25
@ -3521,9 +3521,9 @@ makeJsonConstructorExpr(ParseState *pstate, JsonConstructorType type,
|
||||
|
||||
/*
|
||||
* Coerce to the RETURNING type and format, if needed. We abuse
|
||||
* CaseTestExpr here as placeholder to pass the result of either evaluating
|
||||
* 'fexpr' or whatever is produced by ExecEvalJsonConstructor() that is of
|
||||
* type JSON or JSONB to the coercion function.
|
||||
* CaseTestExpr here as placeholder to pass the result of either
|
||||
* evaluating 'fexpr' or whatever is produced by ExecEvalJsonConstructor()
|
||||
* that is of type JSON or JSONB to the coercion function.
|
||||
*/
|
||||
if (fexpr)
|
||||
{
|
||||
@ -3632,6 +3632,7 @@ transformJsonArrayQueryConstructor(ParseState *pstate,
|
||||
colref->location = ctor->location;
|
||||
|
||||
agg->arg = makeJsonValueExpr((Expr *) colref, ctor->format);
|
||||
|
||||
/*
|
||||
* No formatting necessary, so set formatted_expr to be the same as
|
||||
* raw_expr.
|
||||
|
Loading…
x
Reference in New Issue
Block a user