Re: pgsql: Improve handling of inherited GENERATED expressions.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Amit Langote <amitlangote09(at)gmail(dot)com>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Improve handling of inherited GENERATED expressions.
Date: 2023-01-12 21:41:40
Message-ID: b952a602-1ce0-ac7a-c10f-81dacdb675a8@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2023-01-12 22:04:40 pgsql: Fix WaitEventSetWait() buffer overrun.
Previous Message Tom Lane 2023-01-12 20:44:29 Re: pgsql: Improve handling of inherited GENERATED expressions.