Re: More jsonpath methods: translate, split, join - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Re: More jsonpath methods: translate, split, join
Date
Msg-id CAN4CZFNoPGRzPwOpYh0RN3i3yvFqMVnmJ4Ky4_beZHDDqe3Fkg@mail.gmail.com
Whole thread
In response to Re: More jsonpath methods: translate, split, join  (Florents Tselai <florents.tselai@gmail.com>)
Responses Re: More jsonpath methods: translate, split, join
List pgsql-hackers
+                    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?



pgsql-hackers by date:

Previous
From: Zsolt Parragi
Date:
Subject: Re: [PATCH] Improving Visibility of Temporary Table Usage
Next
From: Masahiko Sawada
Date:
Subject: Re: Fix race condition in pg_get_publication_tables with concurrent DROP TABLE