mirror of
https://github.com/postgres/postgres.git
synced 2026-06-14 03:00:24 -04: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
b3abec0ade
commit
7c6a3d838b
1 changed files with 0 additions and 1 deletions
|
|
@ -4672,7 +4672,6 @@ ExecEvalJsonCoercionFinish(ExprState *state, ExprEvalStep *op)
|
|||
* JsonBehavior expression.
|
||||
*/
|
||||
jsestate->escontext.error_occurred = false;
|
||||
jsestate->escontext.error_occurred = false;
|
||||
jsestate->escontext.details_wanted = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue