duplicate line in ExecEvalJsonCoercionFinish

jian he <jian.universality@gmail.com>

From: jian he <jian.universality@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-07-16T23:38:54Z
Lists: pgsql-hackers
hi.

ExecEvalJsonCoercionFinish duplicate line:
        jsestate->escontext.error_occurred = false;
        jsestate->escontext.error_occurred = false;

https://git.postgresql.org/cgit/postgresql.git/tree/src/backend/executor/execExprInterp.c#n5230



Commits

  1. Remove duplicate line

  2. SQL/JSON: Improve error-handling of JsonBehavior expressions