Re: Patch bug: Fix jsonpath .* on Arrays

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Patch bug: Fix jsonpath .* on Arrays
Date: 2024-06-05 14:20:47
Message-ID: CDFAED7B-2123-419F-B684-5C06C88EF2A1@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jun 4, 2024, at 20:45, David E. Wheeler <david(at)justatheory(dot)com> wrote:

> Here’s a new patch that demonstrates that behavior, since that code path is not currently represented in tests AFAICT (I would have expected to have broken it with this patch).

Commitfest link:

https://commitfest.postgresql.org/48/5017/

D

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2024-06-05 14:27:51 Re: Fix use of possible uninitialized variable retval (src/pl/plpgsql/src/pl_handler.c)
Previous Message Marco Slot 2024-06-05 14:09:08 Re: Extension security improvement: Add support for extensions with an owned schema