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

From Andrew Dunstan
Subject Re: pgsql: Improve handling of inherited GENERATED expressions.
Date
Msg-id b952a602-1ce0-ac7a-c10f-81dacdb675a8@dunslane.net
Whole thread Raw
In response to Re: pgsql: Improve handling of inherited GENERATED expressions.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Improve handling of inherited GENERATED expressions.  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-committers
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.


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com




pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Improve handling of inherited GENERATED expressions.
Next
From: Thomas Munro
Date:
Subject: pgsql: Fix WaitEventSetWait() buffer overrun.