mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
Remove duplicate line
In 231b7d670b, while copy-pasting some code into
ExecEvalJsonCoercionFinish(), I (amitlan) accidentally introduced
a duplicate line. Remove it.
Reported-by: Jian He <jian.universality@gmail.com>
Discussion: https://postgr.es/m/CACJufxHcf=BpmRAJcjgfjOUfV76MwKnyz1x3ErXsWL26EAFmng@mail.gmail.com
This commit is contained in:
parent
74a3fc36f3
commit
afa5c365ec
|
|
@ -5228,7 +5228,6 @@ ExecEvalJsonCoercionFinish(ExprState *state, ExprEvalStep *op)
|
||||||
* JsonBehavior expression.
|
* JsonBehavior expression.
|
||||||
*/
|
*/
|
||||||
jsestate->escontext.error_occurred = false;
|
jsestate->escontext.error_occurred = false;
|
||||||
jsestate->escontext.error_occurred = false;
|
|
||||||
jsestate->escontext.details_wanted = true;
|
jsestate->escontext.details_wanted = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user