Re: pgsql: Improve handling of inherited GENERATED expressions. - Mailing list pgsql-committers

From Amit Langote
Subject Re: pgsql: Improve handling of inherited GENERATED expressions.
Date
Msg-id CA+HiwqHbYAxj7Ns4u=Jn1Apw+=_f+ixcwJV+DtAjWBkXqFESyg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Improve handling of inherited GENERATED expressions.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
On Fri, Jan 13, 2023 at 6:41 Andrew Dunstan <andrew@dunslane.net> wrote:

On 2023-01-12 Th 15:44, Tom Lane wrote:
> I wrote:
>> Yeah.  I think best bet may be to drop the problematic table(s),
>> as we've done for other de-supported DDL situations.  A quick
>> experiment suggests that
>> DROP TABLE gtest_normal_child;
>> DROP TABLE gtest_normal_child2;
>> should do it.
> Some testing here confirms that the attached patch is enough to
> un-break things for HEAD.  Since you mentioned you have some other
> quasi-urgent BF fixes, maybe the thing to do is to roll up a release
> now and then work on the bigger idea at leisure.
>
>                       


Thanks, that's almost exactly what I did to turn crake green.

I'll push out a release tomorrow.

Thanks to both of you.
--
Thanks, Amit Langote
EDB: http://www.enterprisedb.com

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Add tests for regex replacement with \1 in pg_ident.conf to 0003
Next
From: Amit Kapila
Date:
Subject: pgsql: Avoid creating parallel apply state hash table unless required.