Re: More jsonpath methods: translate, split, join

From: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Subject: Re: More jsonpath methods: translate, split, join
Date: 2026-06-27 05:40:51
Message-ID: CA+v5N43D7u0a6WXCF2OJ_nqh2ODJDDPhTw2GwF0Ums5RTEfvPQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 26, 2026 at 11:19 PM Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
wrote:

> + binary_jbv.type = jbvBinary;
> + binary_jbv.val.binary.data =
> &jb_result->root;
> + binary_jbv.val.binary.len =
> VARSIZE(jb_result);
>
> Shouldn't that use VARSIZE_ANY_EXHDR or VARSIZE(jb_result) - VARHDRSZ?
>

I think you're right; let's see if Corey comes back with anything else
before I send out a new version.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2026-06-27 05:49:00 Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE
Previous Message jian he 2026-06-27 05:25:39 statatt_build_stavalues->LOCAL_FCINFO wrong number