Re: remaining sql/json patches

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: remaining sql/json patches
Date: 2023-07-07 12:19:40
Message-ID: CA+HiwqE=kagOVkQxR2-qxGSk3ZAbqpzWuWAKsMrj5nfu2Wywjw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 7, 2023 at 8:59 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> On Fri, Jul 7, 2023 at 8:31 PM Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
> > On 21.06.23 10:25, Amit Langote wrote:
> > > I realized that the patch for the "other sql/json functions" part is
> > > relatively straightforward and has no dependence on the "sql/json
> > > query functions" part getting done first. So I've made that one the
> > > 0001 patch. The patch I posted in the last email is now 0002, though
> > > it only has changes related to changing the order of the patch, so I
> > > decided not to change the patch version marker (v1).
> >
> > (I suggest you change the version number anyway, next time. There are
> > plenty of numbers available.)
>
> Will do. :)

Here's v2.

0001 and 0002 are new patches for some improvements of the existing code.

In the main patches (0003~), I've mainly removed a few nonterminals in
favor of new rules in the remaining nonterminals, especially in the
JSON_TABLE patch.

I've also removed additions to sql2016-02-reserved.txt as Peter suggested.

--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
v2-0002-Don-t-include-CaseTestExpr-in-JsonValueExpr.forma.patch application/octet-stream 2.9 KB
v2-0001-Pass-constructName-to-transformJsonValueExpr.patch application/octet-stream 3.0 KB
v2-0003-SQL-JSON-functions.patch application/octet-stream 56.2 KB
v2-0005-JSON_TABLE.patch application/octet-stream 160.3 KB
v2-0004-SQL-JSON-query-functions.patch application/octet-stream 208.8 KB
v2-0006-Claim-SQL-standard-compliance-for-SQL-JSON-featur.patch application/octet-stream 2.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2023-07-07 12:28:20 Re: remaining sql/json patches
Previous Message Sergey Shinderuk 2023-07-07 12:13:14 gcc -Wclobbered in PostgresMain