Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part

From: "David E(dot) Wheeler" <david(at)justatheory(dot)com>
To: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter(at)eisentraut(dot)org>, Robert Haas <robertmhaas(at)gmail(dot)com>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Date: 2025-06-14 15:08:07
Message-ID: A7D78196-E287-4716-8507-BE09C6DE3C82@justatheory.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jun 4, 2025, at 11:27, David E. Wheeler <david(at)justatheory(dot)com> wrote:

> And these should fix the CI failure. I also ran pgindent.

Here’s a quick rebase. I think it’s ready for committer review, but since I’ve poked at it quite a bit myself, I updated the Commitfest item [1] to “Needs Review”.

Best,

David

[1]: https://commitfest.postgresql.org/patch/5270/

Attachment Content-Type Size
v9-0001-Rename-jsonpath-method-arg-tokens.patch application/octet-stream 3.9 KB
v9-0002-Add-additional-jsonpath-string-methods.patch application/octet-stream 48.2 KB
unknown_filename text/plain 2 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-06-14 15:20:31 Re: Handling OID Changes in Regression Tests for C Extensions
Previous Message Jesper Pedersen 2025-06-14 14:12:01 Re: Improve CRC32C performance on SSE4.2