Re: postgres_fdw: transaction mode inheritance corner cases - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: postgres_fdw: transaction mode inheritance corner cases
Date
Msg-id aqq5dp1IwBhs2lha@nathan
Whole thread
Responses Re: postgres_fdw: transaction mode inheritance corner cases
List pgsql-hackers
[RMT hat]

On Thu, Sep 10, 2026 at 06:24:55PM +0900, Etsuro Fujita wrote:
> On Thu, Sep 10, 2026 at 9:34 AM Fujii Masao <masao.fujii@gmail.com> wrote:
>> Commit de28140ded8 introduced transaction mode inheritance in
>> postgres_fdw, but I found several potential issues with it.
> 
> Thanks for the report!  Will look into the issues.
> 
>> We should add this as PostgreSQL 19 Open Item?
> 
> I added this to the open item list.

Will these issues be fixed before code freeze for 19beta4 on Saturday?
Does commit de28140ded8 need to be reverted?

-- 
nathan



pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Routed ON CONFLICT inserts broken by partition-local deferrable unique constraints in 19 and master
Next
From: Nathan Bossart
Date:
Subject: Re: [PG19][PATCH] Make postgres_fdw statistics import atomic