Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default - Mailing list pgsql-bugs

From Andrew Dunstan
Subject Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default
Date
Msg-id 240c8193-8b3d-9328-8465-806f605dfe91@dunslane.net
Whole thread Raw
In response to Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-bugs
On 6/11/21 5:59 PM, Andrew Dunstan wrote:
>
> How to ignore something that's got into the catalog that shouldn't be
> there is less clear. At the point where we fetch missing values all we
> have access to is a TupleDesc.
>
>

On further reflection I guess we'll need to make that check at the point
where we fill in the TupleDesc.


cheers


andrew

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




pgsql-bugs by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: BUG #17056: Segmentation fault on altering the type of the foreign table column with a default
Next
From: Michael Paquier
Date:
Subject: Re: BUG #17055: Logical replication worker crashes when applying update of row that dose not exist in target partiti