Re: pgsql: Common SQL/JSON clauses

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Common SQL/JSON clauses
Date: 2022-03-22 23:21:26
Message-ID: 9fee834f-ddd9-2adb-0d6f-4ad5af92c12b@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-03-22 23:47:30 pgsql: Add missing xlogdefs.h include to pg_subscription.h.
Previous Message Andres Freund 2022-03-22 22:33:19 Re: pgsql: Common SQL/JSON clauses