Re: [PATCH] Fix null pointer dereference in PG19 - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Fix null pointer dereference in PG19
Date
Msg-id 84f20d0d-3bc8-4843-bd7e-21bce20f8582@eisentraut.org
Whole thread
In response to [PATCH] Fix null pointer dereference in PG19  (Aleksander Alekseev <aleksander@tigerdata.com>)
Responses Re: [PATCH] Fix null pointer dereference in PG19
List pgsql-hackers
On 15.05.26 23:21, Paul A Jungwirth wrote:
> On Thu, Apr 23, 2026 at 9:45 PM jian he <jian.universality@gmail.com> wrote:
>>
>> On Tue, Apr 21, 2026 at 11:24 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>>
>>> * I'd tend to move the anti-FDW check to execution too.
>>> It's not actively wrong, since nowadays we don't permit
>>> relations to change relkind, but it seems out of place.
>>> Also, it seems inadequate to deal with the case of a target
>>> that is a partitioned table having FDW partitions.
>>>
>> Hi.
>>
>> Instead of adding another subnode in CheckValidResultRel,
>> I am passing ModifyTable to it, this will be more future-proof.
> 
> Thank you for working on this! I started a new thread at [1] so that I
> could give it a commitfest entry.
> 
> Your patch looks great to me. I didn't notice that you had posted one,
> so I made my own, but yours is better. Doing the check in
> CheckValidResultRel makes a lot of sense.
> 
> I thought there was one other case we should test for: when a
> partition has a child FDW that gets pruned, we should not raise an
> error. So I swapped in my own tests, which were otherwise similar to
> yours.
> 
> That new thread also includes a patch to move the functionality check
> into plan-time.
> 
> [1]
https://www.postgresql.org/message-id/CA%2BrenyUte0_UJsJiDJQi82oaBsMJn%3Dcct0Wn%3DvOqXtuDn%3DYYJA%40mail.gmail.com

I don't understand the status of this discussion.  The original bug 
report is related to views and INSTEAD OF triggers.  But the last few 
patches that have been posted here appear to be unrelated to that 
specific issue.




pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Fix publisher-side sequence permission reporting
Next
From: Ayush Tiwari
Date:
Subject: Re: Small patch to improve safety of utf8_to_unicode().