Re: postgres_fdw: transaction mode inheritance corner cases

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: postgres_fdw: transaction mode inheritance corner cases
Date: 2026-09-16 15:44:54
Message-ID: aqq5dp1IwBhs2lha@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)fujii(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

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