Re: duplicate line in ExecEvalJsonCoercionFinish

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: jian he <jian(dot)universality(at)gmail(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: duplicate line in ExecEvalJsonCoercionFinish
Date: 2025-07-17 00:51:44
Message-ID: CAHewXNnMJuzisLrE8jZJPSoLGZLQ45iWmuUy8fU0E4ZckMcmQw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

jian he <jian(dot)universality(at)gmail(dot)com> 于2025年7月17日周四 07:39写道:

> 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

Good catch. It was introduced by this commit 231b7d670b21.
Add Amit to the cc list.

--
Thanks,
Tender Wang

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2025-07-17 01:01:26 Re: duplicate line in ExecEvalJsonCoercionFinish
Previous Message Michael Paquier 2025-07-17 00:50:12 Re: Fix lwlock.c and wait_event_names.txt discrepancy