Re: duplicate line in ExecEvalJsonCoercionFinish

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Tender Wang <tndrwang(at)gmail(dot)com>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: duplicate line in ExecEvalJsonCoercionFinish
Date: 2025-07-17 01:01:26
Message-ID: CAMbWs49YPB9+x2jYnWWjWhVnkoqbhjoQzD4d1C_hku=yo=H6cw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 17, 2025 at 9:52 AM Tender Wang <tndrwang(at)gmail(dot)com> wrote:
> jian he <jian(dot)universality(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message zkbp712 2025-07-17 01:11:14 [Feature Request] Support INSERT ... FROM ... TO for date ranges
Previous Message Tender Wang 2025-07-17 00:51:44 Re: duplicate line in ExecEvalJsonCoercionFinish