Re: pgsql: Common SQL/JSON clauses - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Common SQL/JSON clauses
Date
Msg-id 9fee834f-ddd9-2adb-0d6f-4ad5af92c12b@dunslane.net
Whole thread Raw
In response to Re: pgsql: Common SQL/JSON clauses  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: Common SQL/JSON clauses  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Common SQL/JSON clauses  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-committers
On 3/22/22 18:33, Andres Freund wrote:
> Hi,
>
> On 2022-03-22 21:34:25 +0000, Andrew Dunstan wrote:
>> Common SQL/JSON clauses
>>
>> This introduces some of the building blocks used by the SQL/JSON
>> constructor and query functions. Specifically, it provides node
>> executor and grammar support for the FORMAT JSON [ENCODING foo]
>> clause, and values decorated with it, and for the RETURNING clause.
>>
>> The following SQL/JSON patches will leverage these.
> This currently triggers a number of warnings. I assume that's because of the
> following patches not being there yet? How far out are those?
>

Tomorrow, with the SQL/JSON constructors patch should resolve it. So
roughly 24 hours. It's not his fault but this happened because Alvaro
asked me to stagger the commits.


cheers


andrew



--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Common SQL/JSON clauses
Next
From: Andres Freund
Date:
Subject: pgsql: Add missing xlogdefs.h include to pg_subscription.h.