From: | Nikita Glukhov <n(dot)gluhov(at)postgrespro(dot)ru> |
---|---|
To: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Erik Rijkers <er(at)xs4all(dot)nl>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Andrew Alsup <bluesbreaker(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Dmitry Dolgov <9erthalion6(at)gmail(dot)com>, Oleg Bartunov <obartunov(at)postgrespro(dot)ru>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Michael Paquier <michael(at)paquier(dot)xyz>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> |
Subject: | Re: SQL/JSON: functions |
Date: | 2020-03-11 23:09:44 |
Message-ID: | 6d647fab-ff07-f36a-77c2-15d2676e91c6@postgrespro.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Attached 43rd version of the patches.
The previous patch #4 ("Add function formats") was removed.
Instead, introduced new executor node JsonCtorExpr which is used to wrap
SQL/JSON constructor function calls (FuncExpr, Aggref, WindowFunc).
Also, JsonIsPredicate node began to be used as executor node.
This helped to remove unnecessary json[b]_is_valid() user functions.
On 06.03.2020 11:16, Pavel Stehule wrote:
> make check fails
> but probably it is only forgotten actualization
Fixed.
--
Nikita Glukhov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Attachment | Content-Type | Size |
---|---|---|
0001-Jsonpath-support-for-json-v43.patch.gz | application/gzip | 43.6 KB |
0002-Add-common-SQL_JSON-clauses-v43.patch.gz | application/gzip | 3.3 KB |
0003-Add-invisible-coercion-form-v43.patch.gz | application/gzip | 1.8 KB |
0004-SQLJSON-constructors-v43.patch.gz | application/gzip | 31.4 KB |
0005-IS-JSON-predicate-v43.patch.gz | application/gzip | 12.8 KB |
0006-SQLJSON-query-functions-v43.patch.gz | application/gzip | 39.6 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2020-03-11 23:13:44 | Re: Internal key management system |
Previous Message | Paul A Jungwirth | 2020-03-11 23:04:40 | Re: range_agg |