Re: Patch bug: Fix jsonpath .* on Arrays

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Stepan Neretin <sncfmgg(at)gmail(dot)com>
Cc: "David E(dot) Wheeler" <david(at)justatheory(dot)com>, Степан Неретин <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-06-27 08:17:03
Message-ID: Zn0f_2SIPdaQN9pc@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jun 27, 2024 at 11:53:14AM +0700, Stepan Neretin wrote:
> HI! Now it looks good for me.

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?
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2024-06-27 08:18:39 Re: doc: modify the comment in function libpqrcv_check_conninfo()
Previous Message Jelte Fennema-Nio 2024-06-27 08:03:58 Re: libpq: Fix lots of discrepancies in PQtrace