On Thu, Jul 17, 2025 at 9:52 AM Tender Wang <tndrw...@gmail.com> wrote: > jian he <jian.universal...@gmail.com> 于2025年7月17日周四 07:39写道: >> ExecEvalJsonCoercionFinish duplicate line: >> jsestate->escontext.error_occurred = false; >> jsestate->escontext.error_occurred = false;
> Good catch. It was introduced by this commit 231b7d670b21. > Add Amit to the cc list. Nice catch! The two duplicate statements were introduced in separate commits; looks like a copy-paste oversight in the later one. Thanks Richard