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:
Amit Langote
2025-07-17 14:31:27 +09:00
parent 74a3fc36f3
commit afa5c365ec

View File

@ -5228,7 +5228,6 @@ ExecEvalJsonCoercionFinish(ExprState *state, ExprEvalStep *op)
* JsonBehavior expression.
*/
jsestate->escontext.error_occurred = false;
jsestate->escontext.error_occurred = false;
jsestate->escontext.details_wanted = true;
}
}