Re: Docs: Order of json aggregate functions

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Wolfgang Walther <walther(at)technowledgy(dot)de>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Docs: Order of json aggregate functions
Date: 2024-09-12 10:41:23
Message-ID: CAApHDvpG1CjiSpQAtXN6+vZFvqy_KFrOwgcv422f6yXX6dYFfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 20 Jun 2024 at 05:50, Wolfgang Walther <walther(at)technowledgy(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2024-09-12 10:41:49 Re: not null constraints, again
Previous Message Andy Fan 2024-09-12 10:31:41 Re: Make printtup a bit faster