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

From Tom Lane
Subject Re: pgsql: Common SQL/JSON clauses
Date
Msg-id 2630814.1647994125@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Common SQL/JSON clauses  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Common SQL/JSON clauses
List pgsql-committers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 3/22/22 18:33, Andres Freund wrote:
>> 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.

Sounds like all you have to do is merge this commit with the next
one in the series?  Might as well do it if so.  But please don't
push something that generates warnings.

            regards, tom lane



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Add ALTER SUBSCRIPTION ... SKIP.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Temporarily disable installcheck for test_oat_hooks module