Re: pgsql: Declare assorted array functions using anycompatible not anyelem - Mailing list pgsql-committers

From Andrew Dunstan
Subject Re: pgsql: Declare assorted array functions using anycompatible not anyelem
Date
Msg-id 9f28c003-38a7-96c9-300d-b11e39fb5491@dunslane.net
Whole thread Raw
In response to Re: pgsql: Declare assorted array functions using anycompatible not anyelem  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On 11/10/20 3:31 PM, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> On 11/9/20 5:41 PM, Tom Lane wrote:
>>> What I have in mind to apply to 9.5 through 13 is per attached.
>> You also need to modify first_el_agg_any.
> ... doh.  That one is a little messier because there's no equally useful
> substitute function.  What I'm inclined to do for that is to add a
> SQL-language wrapper to reproduce the old signature for array_append.
> As attached.  (I'm keeping this separate from the other patch, since
> this doesn't go back as far.)
>
>

Seems reasonable.


cheers


andrew




pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Add pg_nodiscard decorations to some functions
Next
From: Magnus Hagander
Date:
Subject: pgsql: Remove vacuumdb --analyze-in-stages from pg_upgrade tests