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-03 19:10:28
Message-ID: 2F58E05D-D319-4CD3-8805-E1A8A2482A1A@justatheory.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Jun 3, 2025, at 15:02, David E. Wheeler <david(at)justatheory(dot)com> wrote:

> Patches attached, GitHub PR here:
>
> https://github.com/theory/postgres/pull/12

Found a little more unnecessary code to remove. Updated patches attached.

Best,

David

Attachment Content-Type Size
v7-0001-Rename-jsonpath-method-arg-tokens.patch application/octet-stream 3.9 KB
v7-0002-Add-additional-jsonpath-string-methods.patch application/octet-stream 47.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message MARK CALLAGHAN 2025-06-03 19:24:38 postmaster uses more CPU in 18 beta1 with io_method=io_uring
Previous Message David E. Wheeler 2025-06-03 19:02:07 Re: PATCH: jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part