Re: pgsql: Declare assorted array functions using anycompatible not anyelem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Declare assorted array functions using anycompatible not anyelem
Date: 2020-11-10 20:31:43
Message-ID: 2255607.1605040303@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Andrew Dunstan <andrew(at)dunslane(dot)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.)

> Here's what I have working on crake::

OK.

regards, tom lane

Attachment Content-Type Size
xversion-fix-2-head.patch text/x-diff 2.1 KB
xversion-fix-2-13.patch text/x-diff 1.7 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message noreply 2020-11-10 23:12:31 pgsql: Tag refs/tags/REL_10_15 was created
Previous Message Heikki Linnakangas 2020-11-10 17:26:20 pgsql: pg_rewind: Fix thinko in parsing target WAL.