Re: Fix jsonpath .split_part() to honor silent mode

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Michael Paquier <michael(at)paquier(dot)xyz>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
Subject: Re: Fix jsonpath .split_part() to honor silent mode
Date: 2026-05-14 12:29:16
Message-ID: 0c3619a2-f582-4d7c-921e-dd9c23b88580@dunslane.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2026-05-14 Th 2:02 AM, Michael Paquier wrote:
> On Wed, May 13, 2026 at 12:57:50PM +0300, Nazir Bilal Yavuz wrote:
>> I think you are right and I confirm that your patch fixes the problem.
> Indeed, good catch! I'll go double-check the area before doing
> something. Thanks for the report!

Thanks for jumping on this, you beat me to it.

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shinya Kato 2026-05-14 12:31:30 Re: Use pg_current_xact_id() instead of deprecated txid_current()
Previous Message Etsuro Fujita 2026-05-14 11:35:30 Re: Import Statistics in postgres_fdw before resorting to sampling.