Re: Patch bug: Fix jsonpath .* on Arrays

From: Stepan Neretin <sncfmgg(at)gmail(dot)com>
To: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Степан Неретин <fenixrnd(at)mail(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Subject: Re: Patch bug: Fix jsonpath .* on Arrays
Date: 2024-07-15 11:07:48
Message-ID: CAN-sa+AuoMcDh-8Nes2=8rmx7sM9zxfUe8f3xF3inHvr9dx-tA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 8, 2024 at 11:09 PM David E. Wheeler <david(at)justatheory(dot)com>
wrote:

> On Jun 27, 2024, at 04:17, Michael Paquier <michael(at)paquier(dot)xyz> wrote:
>
> > The tests of jsonb_jsonpath.sql include a lot of patterns for @? and
> > jsonb_path_query with the lax and strict modes, so shouldn't these
> > additions be grouped closer to the existing tests rather than added at
> > the end of the file?
>
> I’ve moved them closer to other tests for unwrapping behavior in the
> attached updated and rebased v3 patch.
>
> Best,
>
> David
>
>
>

Hi! Looks good to me now! Please, register a patch in CF.
Best regards, Stepan Neretin.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2024-07-15 11:38:32 Re: Parent/child context relation in pg_get_backend_memory_contexts()
Previous Message Alexander Korotkov 2024-07-15 11:02:03 Re: [HACKERS] make async slave to wait for lsn to be replayed