Re: postgres_fdw: transaction mode inheritance corner cases

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(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 20:08:59
Message-ID: CAPmGK17T2t018__AGgJf6O8Yq7e7tO-=CyoYdUQnidXuVUtOZA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 17, 2026 at 12:44 AM Nathan Bossart
<nathandbossart(at)gmail(dot)com> wrote:
> 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?

Unfortunately, I don’t think I will be able to fix these by then. I'm
planning to propose (the first version of) a fix next week as soon as
possible.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2026-09-16 20:11:58 Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters
Previous Message Manuel Reyes Bravo 2026-09-16 19:15:16 Re: Add a test for index_rebuild_count of REPACK (CONCURRENTLY)