Re: array_cat anycompatible change is breaking xversion upgrade tests (v14 release notes)

Bruce Momjian <bruce@momjian.us>

From: Bruce Momjian <bruce@momjian.us>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Justin Pryzby <pryzby@telsasoft.com>, pgsql-hackers@lists.postgresql.org
Date: 2021-06-14T16:49:19Z
Lists: pgsql-hackers
On Fri, Jun 11, 2021 at 09:40:07PM -0400, Bruce Momjian wrote:
> On Fri, Jun 11, 2021 at 09:17:46PM -0400, Tom Lane wrote:
> > Bruce Momjian <bruce@momjian.us> writes:
> > > OK, I used some of your ideas and tried for something more general; 
> > > patch attached.
> > 
> > I think it's a good idea to mention custom aggregates and operators
> > specifically, as otherwise people will look at this and have little
> > idea what you're on about.  I just want wording like "such as custom
> > aggregates and operators", in case somebody has done some other creative
> > thing that breaks.
> 
> Agreed, updated patch attached.

Patch applied.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  If only the physical world exists, free will is an illusion.




Commits

  1. doc: add PG 14 relnote item about array function references

  2. Work around cross-version-upgrade issues created by commit 9e38c2bb5.