Re: BUG #19484: Segmentation fault triggered by FDW - Mailing list pgsql-bugs

From Matheus Alcantara
Subject Re: BUG #19484: Segmentation fault triggered by FDW
Date
Msg-id DJ5BM93JVJ7C.MQC43GITCBOY@gmail.com
Whole thread
In response to Re: BUG #19484: Segmentation fault triggered by FDW  (Ayush Tiwari <ayushtiwari.slg01@gmail.com>)
Responses Re: BUG #19484: Segmentation fault triggered by FDW
List pgsql-bugs
On Wed Jun 10, 2026 at 2:15 AM -03, Ayush Tiwari wrote:
>> One minor naming observation: the new fdwPrivLists field in
>> ModifyTableState doesn't follow the mt_ prefix convention used by the
>> other re-indexed lists (mt_updateColnosLists, mt_mergeActionLists,
>> mt_mergeJoinConditions). Should we rename it to mt_fdwPrivLists for
>> consistency?
>>
>
> I think yes, it makes sense to rename it.
>

Attached v2 renamed, thanks.

(Also CC Amit on this since he committed cbc127917e0 which I believe
that is when the issue started)

--
Matheus Alcantara
EDB: https://www.enterprisedb.com

Attachment

pgsql-bugs by date:

Previous
From: Marko Grujic
Date:
Subject: Re: BUG #19516: Mixup of OLD/NEW with RETURNING when parenthesized
Next
From: Álvaro Herrera
Date:
Subject: Re: [BUG] Assert failure in ReorderBufferReturnTXN during logical decoding due to leaked specinsert change