Re: [PATCH] Fix JSON_SERIALIZE() coercion placeholder type for jsonb input

From: Matt Blewitt <mble(at)planetscale(dot)com>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Fix JSON_SERIALIZE() coercion placeholder type for jsonb input
Date: 2026-03-16 18:48:41
Message-ID: CACy-Nv28buZPzz9FJ7NkdtTiCUkoKjRDmqomPMiFDV0iis6heA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Zsolt,

Thanks for testing that out and confirming it looks good against master.
Submitted to commitfest for further review and integration consideration.

Matt

On Fri, Mar 13, 2026 at 11:20 PM Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
wrote:

> Hello!
>
> This is a simple fix and it does what it says, it looks good to me.
>
> I did test it with a few more queries and compared it against master,
> all looks good.
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-03-16 19:19:07 Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Previous Message Greg Burd 2026-03-16 18:37:32 Re: Expanding HOT updates for expression and partial indexes