Re: Fix missing FORMAT when deparsing JSON_ARRAY(query)

From: Richard Guo <guofenglinux(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fix missing FORMAT when deparsing JSON_ARRAY(query)
Date: 2026-07-27 01:32:43
Message-ID: CAMbWs48GbHns9QPTjSVaOTe6j=nO3FBef8f=0ewhpRw_KbCmRA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 23, 2026 at 5:57 PM Richard Guo <guofenglinux(at)gmail(dot)com> wrote:
> Regarding the patch, I don't think we need to handle format in
> expression_tree_mutator/walker. I also don't think we need to
> copyObject the format. Other than that, the patch LGTM.
>
> I plan to push the attached patch soon barring any objections.

Pushed.

- Richard

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2026-07-27 01:34:24 Re: Fix missing FORMAT when deparsing JSON_ARRAY(query)
Previous Message Michael Paquier 2026-07-27 00:53:32 Re: [PATCH] Use direct hash lookup in logicalrep_partmap_invalidate_cb()