Re: duplicate line in ExecEvalJsonCoercionFinish
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: Tender Wang <tndrwang@gmail.com>, jian he <jian.universality@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2025-07-17T06:11:04Z
Lists: pgsql-hackers
On Thu, Jul 17, 2025 at 12:03 PM Amit Langote <amitlangote09@gmail.com> wrote: > On Thu, Jul 17, 2025 at 10:01 AM Richard Guo <guofenglinux@gmail.com> wrote: > > On Thu, Jul 17, 2025 at 9:52 AM Tender Wang <tndrwang@gmail.com> wrote: > > > jian he <jian.universality@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. > > Oops, you're right -- I must have copy-pasted without noticing the > duplicate. Thanks Jian for catching that. Will fix. Done. Thanks all. -- Thanks, Amit Langote
Commits
-
Remove duplicate line
- afa5c365ec5a 19 (unreleased) landed
- 7c6a3d838bae 17.6 landed
- 02d21cfd4b88 18.0 landed
-
SQL/JSON: Improve error-handling of JsonBehavior expressions
- 231b7d670b21 18.0 cited