Re: Docs: Order of json aggregate functions - Mailing list pgsql-hackers

From David Rowley
Subject Re: Docs: Order of json aggregate functions
Date
Msg-id CAApHDvpG1CjiSpQAtXN6+vZFvqy_KFrOwgcv422f6yXX6dYFfA@mail.gmail.com
Whole thread Raw
In response to Docs: Order of json aggregate functions  (Wolfgang Walther <walther@technowledgy.de>)
List pgsql-hackers
On Thu, 20 Jun 2024 at 05:50, Wolfgang Walther <walther@technowledgy.de> wrote:
> json_arrayagg and json_agg_strict are out of place.
>
> Attached patch puts them in the right spot. This is the same down to v16.

Thank you.  I've pushed this and ended up backpatching to 16 too. It's
quite hard to unsee the broken order once seen.

It seems worth the backpatch both to reduce pain for any future
backpatches and also because the aggregates seemed rather badly
placed.

David



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Incremental Sort Cost Estimation Instability
Next
From: Alvaro Herrera
Date:
Subject: Re: not null constraints, again