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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, 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 23:40:26
Message-ID: agZdavpuqVDS-eTn@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 14, 2026 at 08:29:16AM -0400, Andrew Dunstan wrote:
> Thanks for jumping on this, you beat me to it.

No problem! I was looking for a different problem to put my mind on,
and was passing by.

I have also checked this whole area of the code for similar trouble,
without finding anything. Nice work overall, from what I've seen.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Etsuro Fujita 2026-05-15 00:55:59 Re: postgres_fdw: restore_stats uses current user's mapping instead of table owner's during ANALYZE
Previous Message Michael Paquier 2026-05-14 23:38:17 Re-add recently-removed tests for ltree and intarray