Re: remaining sql/json patches

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: Erik Rijkers <er(at)xs4all(dot)nl>, jian he <jian(dot)universality(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Andrew Dunstan <andrew(at)dunslane(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: remaining sql/json patches
Date: 2024-03-05 01:21:54
Message-ID: CA+HiwqGtdVCg-KboUUU=svwukwXGT4EOFOk3eCZLz6h-d6YLNw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 5, 2024 at 12:03 AM Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> wrote:
> On 2024-Mar-04, Erik Rijkers wrote:
>
> > In my hands (applying with patch), the patches, esp. 0001, do not apply.
> > But I see the cfbot builds without problem so maybe just ignore these FAILED
> > lines. Better get them merged - so I can test there...
>
> It's because of dbbca2cf299b. It should apply cleanly if you do "git
> checkout dbbca2cf299b^" first ... That commit is so recent that
> evidently the cfbot hasn't had a chance to try this patch again since it
> went in, which is why it's still green.

Thanks for the heads up. Attaching rebased patches.

--
Thanks, Amit Langote

Attachment Content-Type Size
v41-0002-Show-function-name-in-TableFuncScan.patch application/octet-stream 22.6 KB
v41-0001-Add-SQL-JSON-query-functions.patch application/octet-stream 207.9 KB
v41-0003-JSON_TABLE.patch application/octet-stream 187.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2024-03-05 01:27:21 Re: [PoC] Improve dead tuple storage for lazy vacuum
Previous Message Bruce Momjian 2024-03-05 01:04:14 Re: Preserve subscription OIDs during pg_upgrade